ASP.NET Core MVC コントロールヘルプ
RequestHeaders プロパティ (ViewerBase)

C1.AspNetCore.Mvc.FlexViewer アセンブリ > C1.Web.Mvc.Viewer 名前空間 > ViewerBase クラス : RequestHeaders プロパティ
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.
シンタックス
'宣言
 
Public Property RequestHeaders As System.Collections.Generic.IDictionary(Of String,Object)
public System.Collections.Generic.IDictionary<string,object> RequestHeaders {get; set;}
参照

ViewerBase クラス
ViewerBase メンバ