AreaHelpers Class

 

Represents the area helpers.

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

Inheritance Hierarchy

System.Object
  Microsoft.Web.Mvc.AreaHelpers

Syntax

public static class AreaHelpers
public ref class AreaHelpers abstract sealed 
[<AbstractClass>]
[<Sealed>]
type AreaHelpers = class end
Public NotInheritable Class AreaHelpers

Methods

Name Description
System_CAPS_pubmethodSystem_CAPS_static GetAreaName(RouteBase)

Retrieves the name of the area with the given route.

System_CAPS_pubmethodSystem_CAPS_static GetAreaName(RouteData)

Retrieves the name of the area with the given route data.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Microsoft.Web.Mvc Namespace

Return to top