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

In This Topic
    ReadActionUrl Property (CollectionViewServiceTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.CollectionViewService<T>.ReadActionUrl. Sets the url of read action.
    Syntax
    'Declaration
     
    Public Overrides Property ReadActionUrl As String
    public override string ReadActionUrl {get; set;}
    See Also