ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc.FlexViewer Assembly / C1.Web.Mvc.Viewer Namespace / ViewerBase Class / OnClientQueryLoadingData Property

In This Topic
    OnClientQueryLoadingData Property (ViewerBase)
    In This Topic
    Queries the request data sent to the service before loading the document.
    Syntax
    'Declaration
     
    Public Property OnClientQueryLoadingData As String
    public string OnClientQueryLoadingData {get; set;}
    See Also