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

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