Filter::Instance Property

 

Gets the instance of this class.

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

public:
property Object^ Instance {
	Object^ get();
	protected: void set(Object^ value);
}

Property Value

Type: System::Object^

The instance of this class.

For more information about ASP.NET MVC filters, see .

Return to top
Show: