BeforeNavigateEventArgs.Headers Property

Definition

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(); void set(System::Object ^ value); };
public object Headers { get; set; }
member this.Headers : obj with get, set
Public 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.

Applies to