ClientScriptItem::Type Property

 

Gets the type attribute value for the client script element.

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

public:
property String^ Type {
	String^ get();
}

Property Value

Type: System::String^

The name of the MIME type associated with the script element.

.NET Framework
Available since 2.0
Return to top
Show: