SubstitutionResponseElement Class

Definition

Represents a managed delegate that can be called to insert dynamically generated output into an output-cache response.

public ref class SubstitutionResponseElement : System::Web::Caching::ResponseElement
[System.Serializable]
public class SubstitutionResponseElement : System.Web.Caching.ResponseElement
[<System.Serializable>]
type SubstitutionResponseElement = class
    inherit ResponseElement
Public Class SubstitutionResponseElement
Inherits ResponseElement
Inheritance
SubstitutionResponseElement
Attributes

Constructors

SubstitutionResponseElement(HttpResponseSubstitutionCallback)

Initializes a new instance of the SubstitutionResponseElement class.

Properties

Callback

Gets a reference to the substitution callback method.

Methods

Equals(Object)

Determines whether the specified object is equal to the current object.

(Inherited from Object)
GetHashCode()

Serves as the default hash function.

(Inherited from Object)
GetType()

Gets the Type of the current instance.

(Inherited from Object)
MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
ToString()

Returns a string that represents the current object.

(Inherited from Object)

Applies to