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

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