BeforeNavigateEventArgs.Headers Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the value that specifies the additional HTTP headers to send to the server (HTTP URLs only).
public:
property System::Object ^ Headers { System::Object ^ get(); };
public object Headers { get; }
member this.Headers : obj
Public ReadOnly Property Headers As Object
Property Value
Remarks
The headers can specify such things as the action required of the server, the type of data being passed to the server, or a status code.