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

In This Topic
    Error Property (CollectionViewServiceTagHelper)
    In This Topic
    Configurates the C1.Web.Mvc.CollectionViewService<T>.OnClientError client event. Occurs when there are errors from the server side.
    Syntax
    'Declaration
     
    Public Overrides Property Error As String
    public override string Error {get; set;}
    See Also