NavigatingCancelEventArgs.WebRequest Property

Definition

Gets the WebRequest object that is used to request the specified content.

public:
 property System::Net::WebRequest ^ WebRequest { System::Net::WebRequest ^ get(); };
public System.Net.WebRequest WebRequest { get; }
member this.WebRequest : System.Net.WebRequest
Public ReadOnly Property WebRequest As WebRequest

Property Value

Gets the WebRequest object that is used to request the specified content.

Remarks

System.Net.WebRequest is an abstract base class that encapsulates a Web request, and is protocol agnostic. For each common protocol, the .NET Framework includes a class that derives from System.Net.WebRequest and extends it with protocol specific state and behavior, including:

You can both view and modify WebRequest details.

WebRequest is null when navigation occurs by:

Applies to