AreaReference Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Controls interpretation of a controller name when constructing a RemoteAttribute.
public enum AreaReference
type AreaReference =
Public Enum AreaReference
- Inheritance
-
AreaReference
Fields
Name | Value | Description |
---|---|---|
UseCurrent | 0 | Find the controller in the current area. |
UseRoot | 1 | Find the controller in the root area. |