HtmlHead.Description 属性

定义

获取“描述”meta 元素的内容。Gets the content of the "description" meta element.

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 元素的内容。The content of the "description" meta element.

注解

有关此属性的信息,请参见 Page.MetaDescription 属性。For information about this property, see the Page.MetaDescription property.

适用于