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

In This Topic
    Error Property (ODataCollectionViewServiceTagHelper)
    In This Topic
    Configurates the C1.Web.Mvc.BaseODataCollectionViewService<T>.OnClientError client event. Occurs when there is an error reading or writing data.
    Syntax
    'Declaration
     
    Public Overridable Property Error As String
    public virtual string Error {get; set;}
    See Also