Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel Namespace / Workbook Class / WebRequestHandler Property
In This Topic
    WebRequestHandler Property
    In This Topic
    Gets or sets the singleton instance of the IWebRequestHandler implementation that will be used to handle web requests. This property provides a centralized way to access and set the web request handler for the application.
    Syntax
    public static IWebRequestHandler WebRequestHandler {get; set;}
    See Also