Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the instance of this class.
Namespace: System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
Syntax
'Declaration
Public Property Instance As Object
'Usage
Dim instance As Filter
Dim value As Object
value = instance.Instance
instance.Instance = value
public Object Instance { get; protected set; }
public:
property Object^ Instance {
Object^ get ();
protected: void set (Object^ value);
}
function get Instance () : Object
protected function set Instance (value : Object)
Property Value
Type: System.Object
The instance of this class.
Remarks
For more information about ASP.NET MVC filters, see Filtering in ASP.NET MVC.