Share via


HtmlHead.Description プロパティ

定義

meta 要素の "description" の内容を取得します。

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

プロパティ値

meta 要素の "description" の内容。

注釈

このプロパティの詳細については、 プロパティを Page.MetaDescription 参照してください。

適用対象