AreaReference Enumeration

 

Controls interpretation of a controller name when constructing a RemoteAttribute.

Namespace:   System.Web.Mvc
Assembly:  System.Web.Mvc (in System.Web.Mvc.dll)

Syntax

public enum AreaReference
public enum class AreaReference
type AreaReference
Public Enumeration AreaReference

Members

Member name Description
UseCurrent

Find the controller in the current area.

UseRoot

Find the controller in the root area.

See Also

System.Web.Mvc Namespace

Return to top