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

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