共用方式為


ViewComponentDescriptor.ShortName 屬性

定義

取得或設定簡短名稱。

public:
 property System::String ^ ShortName { System::String ^ get(); void set(System::String ^ value); };
public string ShortName { get; set; }
member this.ShortName : string with get, set
Public Property ShortName As String

屬性值

備註

簡短名稱預設為檢視元件類別的名稱。 如果檢視元件類別使用 ViewComponent 做為尾碼,則會從 ShortName 省略尾碼。

類別名稱:Contoso.Products.LoginViewComponent 檢視元件 ShortName: Login
類別名稱:Contoso.Blog.Tags 檢視元件 ShortName: 標記

如果使用 Name 來設定名稱,則值的最後一個 (區段會使用 '.' 作為個別) 作為 ShortName

[ViewComponent (Name = 「Contoso.Forum.UsersOnline」) ] 公用類別 OnlineUsersViewComponent { } 檢視元件 ShortName: UsersOnline

適用於