UnvalidatedRequestValuesWrapper Constructor (UnvalidatedRequestValues^)

.NET Framework (current version)
 

Initializes a new instance of the UnvalidatedRequestValuesWrapper class.

Namespace:   System.Web
Assembly:  System.Web (in System.Web.dll)

public:
UnvalidatedRequestValuesWrapper(
	UnvalidatedRequestValues^ requestValues
)

Parameters

requestValues
Type: System.Web::UnvalidatedRequestValues^

The object that is passed to the constructor to initialize the class.

Exception Condition
ArgumentNullException

The requestValues parameter is null.

.NET Framework
Available since 4.5
Return to top
Show: