RoutePrefixAttribute 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
以套用到控制器中所有動作的路由前置字元來標註控制器。
[System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=false, Inherited=false)]
public class RoutePrefixAttribute : Attribute, System.Web.Mvc.Routing.IRoutePrefix
type RoutePrefixAttribute = class
inherit Attribute
interface IRoutePrefix
Public Class RoutePrefixAttribute
Inherits Attribute
Implements IRoutePrefix
- 繼承
-
RoutePrefixAttribute
- 屬性
- 實作
建構函式
RoutePrefixAttribute() |
初始化 RoutePrefixAttribute 類別的新執行個體。 |
RoutePrefixAttribute(String) |
利用指定的前置詞,初始化 RoutePrefixAttribute 類別的新執行個體。 |
屬性
Prefix |
取得路由前置字元。 |