HtmlElement.Manifest 属性
定义
获取或设置 manifest 特性。Gets or sets the manifest attribute.
public:
property System::String ^ Manifest { System::String ^ get(); void set(System::String ^ value); };
public string Manifest { get; set; }
member this.Manifest : string with get, set
Public Property Manifest As String
属性值
manifest 特性。The manifest attribute.