Share via


Filter.Instance Property

 

Gets the instance of this class.

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

Syntax

public object Instance { get; protected set; }
public:
property Object^ Instance {
    Object^ get();
    protected: void set(Object^ value);
}
member Instance : Object with get, set
Public Property Instance As Object
    Get
    Protected Set
End Property

Property Value

Type: System.Object

The instance of this class.

Remarks

For more information about ASP.NET MVC filters, see .Unable to find linked topic '64f865ae-5bf9-4b70-8c68-3ec88f60cd2e'.

See Also

Filter Class
System.Web.Mvc Namespace

Return to top