FilterScope Class

Summary

Contains constant values for known filter scopes.

Scope defines the ordering of filters that have the same order. Scope is by-default defined by how a filter is registered.

Syntax

public class FilterScope

GitHub

View on GitHub

class Microsoft.AspNet.Mvc.FilterScope

Fields

Action()
public static readonly int Action
Controller()
public static readonly int Controller
First()
public static readonly int First
Global()
public static readonly int Global
Last()
public static readonly int Last