RouteFactoryAttribute(String) コンストラクター

定義

RouteFactoryAttribute クラスの新しいインスタンスを初期化します。

protected RouteFactoryAttribute (string template);
new System.Web.Mvc.Routing.RouteFactoryAttribute : string -> System.Web.Mvc.Routing.RouteFactoryAttribute
Protected Sub New (template As String)

パラメーター

template
String

ルート テンプレート。

適用対象