Freigeben über


AreaRegistration.RegisterArea Method

Registers an area in an ASP.NET MVC application using the specified area's context information.

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

Syntax

'Declaration
Public MustOverride Sub RegisterArea ( _
    context As AreaRegistrationContext _
)
public abstract void RegisterArea(
    AreaRegistrationContext context
)
public:
virtual void RegisterArea(
    AreaRegistrationContext^ context
) abstract

Parameters

See Also

Reference

AreaRegistration Class

System.Web.Mvc Namespace