ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc.TagHelpers Namespace / GeoGridLayerTagHelper Class / Url Property

In This Topic
    Url Property (GeoGridLayerTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.MapLayerBase<T>.Url. Get or sets the data source url.
    Syntax
    'Declaration
     
    Public Property Url As String
    public string Url {get; set;}
    See Also