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

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