HtmlElement.Manifest Property

Definition

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

Property Value

The manifest attribute.

Applies to

See also