共用方式為


ViewComponentDescriptor.FullName 屬性

定義

取得或設定完整名稱。

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

屬性值

備註

完整名稱預設為檢視元件類別的完整命名空間,前面加上 '.' 字元做為分隔符號的類別名稱。 如果檢視元件類別使用 ViewComponent 做為尾碼,則會從 FullName 省略尾碼。

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

如果使用 Name 來設定名稱,則會使用這個名稱作為 FullName

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

適用於