HtmlHead.Description 属性

定义

获取“描述”meta 元素的内容。

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

属性值

String

“描述”meta 元素的内容。

注解

有关此属性的信息,请参阅该 Page.MetaDescription 属性。

适用于