ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc.Viewer Namespace / PdfViewer Class / OnClientQueryLoadingData Property

In This Topic
    OnClientQueryLoadingData Property (PdfViewer)
    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