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

In This Topic
    RequestHeaders Property (ViewerBase)
    In This Topic
    Gets or sets an object containing request headers to be used when sending or requesting data. The most typical use for this property is in scenarios where authentication is required.
    Syntax
    'Declaration
     
    Public Property RequestHeaders As IDictionary(Of String,Object)
    public IDictionary<string,object> RequestHeaders {get; set;}
    See Also