Filter.Scope Property

Definition

Gets the scope ordering of the filter.

public System.Web.Mvc.FilterScope Scope { get; protected set; }
member this.Scope : System.Web.Mvc.FilterScope with get, set
Public Property Scope As FilterScope

Property Value

The scope ordering of the filter.

Applies to