Table of Contents

Enum AreaReference

Namespace
System.Web.Mvc
Assembly
System.Web.Mvc.dll

Controls interpretation of a controller name when constructing a RemoteAttribute.

public enum AreaReference

Fields

UseCurrent = 0

Find the controller in the current area.

UseRoot = 1

Find the controller in the root area.