HtmlElement::Manifest Property

.NET Framework (current version)
 

Gets or sets the manifest attribute.

Namespace:   System.Web.UI.HtmlControls
Assembly:  System.Web (in System.Web.dll)

public:
property String^ Manifest {
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^

The manifest attribute..

.NET Framework
Available since 4.5
Return to top
Show: