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

In This Topic
    ServiceUrl Property (ODataCollectionViewServiceTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.BaseODataCollectionViewService<T>.ServiceUrl. Sets the url of the OData service.
    Syntax
    'Declaration
     
    Public Property ServiceUrl As String
    public string ServiceUrl {get; set;}
    See Also