Share via


WebViewWebResourceRequestedEventArgs.Headers Property

Definition

Gets the headers associated with the request.

public:
 property System::Collections::Generic::IReadOnlyDictionary<System::String ^, System::String ^> ^ Headers { System::Collections::Generic::IReadOnlyDictionary<System::String ^, System::String ^> ^ get(); };
public System.Collections.Generic.IReadOnlyDictionary<string,string> Headers { get; }
member this.Headers : System.Collections.Generic.IReadOnlyDictionary<string, string>
Public ReadOnly Property Headers As IReadOnlyDictionary(Of String, String)

Property Value

Applies to