SubstitutionResponseElement Constructor (HttpResponseSubstitutionCallback^)

.NET Framework (current version)
 

Initializes a new instance of the SubstitutionResponseElement class.

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

public:
SubstitutionResponseElement(
	HttpResponseSubstitutionCallback^ callback
)

Parameters

callback
Type: System.Web::HttpResponseSubstitutionCallback^

The static substitution callback that was set as part of the response for an output-cached page.

Exception Condition
ArgumentNullException

callback is null.

.NET Framework
Available since 4.0
Return to top
Show: