Share via


ActionLinkAreaAttribute.Area Property

 

Gets an attributes on the controller to determine the area of action.

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

Syntax

public string Area { get; private set; }
public:
property String^ Area {
    String^ get();
    private: void set(String^ value);
}
member Area : string with get, private set
Public Property Area As String
    Get
    Private Set
End Property

Property Value

Type: System.String

An attributes on the controller to determine the area of action.

See Also

ActionLinkAreaAttribute Class
Microsoft.Web.Mvc Namespace

Return to top