SubstitutionResponseElement::Callback Property

.NET Framework (current version)
 

Gets a reference to the substitution callback method.

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

public:
property HttpResponseSubstitutionCallback^ Callback {
	HttpResponseSubstitutionCallback^ get();
}

Property Value

Type: System.Web::HttpResponseSubstitutionCallback^

A callback method reference.

.NET Framework
Available since 4.0
Return to top
Show: