FilterScope Class

Definition

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.

public ref class FilterScope abstract sealed
public static class FilterScope
type FilterScope = class
Public Class FilterScope
Inheritance
FilterScope

Fields

Action

Action filter scope.

Controller

Controller filter scope.

First

First filter scope.

Global

Global filter scope.

Last

Last filter scope.

Applies to