AreaRegistration.RegisterArea(AreaRegistrationContext) メソッド

定義

指定された領域のコンテキスト情報を使用して、ASP.NET MVC アプリケーション内の領域を登録します。

public abstract void RegisterArea (System.Web.Mvc.AreaRegistrationContext context);
abstract member RegisterArea : System.Web.Mvc.AreaRegistrationContext -> unit
Public MustOverride Sub RegisterArea (context As AreaRegistrationContext)

パラメーター

context
AreaRegistrationContext

領域を登録するために必要な情報をカプセル化します。

適用対象