Compartir a través de


BrowserExtendedNavigatingEventArgs.Headers Property

Definition

Gets or sets the value that specifies additional HTTP headers to send to the server. These headers are added to the default MS IE headers. The headers can specify things like the action required of the server, the type of data being passed to the server, or a status code.

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

The header value.

Remarks

These headers are added to the default MS IE headers. The headers can specify things like the action required of the server, the type of data being passed to the server, or a status code.

Applies to