AreaReference Enum

Definition

Controls interpretation of a controller name when constructing a RemoteAttribute.

public enum AreaReference
type AreaReference = 
Public Enum AreaReference
Inheritance
AreaReference

Fields

UseCurrent 0

Find the controller in the current area.

UseRoot 1

Find the controller in the root area.

Applies to