NavigatingCancelEventArgs.WebRequest Property

Definition

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

public System.Net.WebRequest WebRequest { get; }

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

Product Versions
.NET Framework 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
Windows Desktop 3.0, 3.1, 5, 6, 7, 8, 9