次の方法で共有


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: Tags

を使用して名前を設定する場合 Name 、値の最後のセグメント (別のとして '.' を使用) が として ShortName使用されます。

[ViewComponent(Name = "Contoso.Forum.UsersOnline")] パブリック クラス OnlineUsersViewComponent { } View Component ShortName: UsersOnline

適用対象