Filter.Instance Property

Gets the instance of this class.

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

'Declaration
Public Property Instance As Object 
	Get 
	Protected Set
'Usage
Dim instance As Filter 
Dim value As Object 

value = instance.Instance

instance.Instance = value

Property Value

Type: System.Object
The instance of this class.

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

Show: