HttpCapabilitiesBase::SupportsIModeSymbols Property

 

Gets a value indicating whether the browser supports i-mode symbols.

Namespace:   System.Web.Configuration
Assembly:  System.Web (in System.Web.dll)

public:
property bool SupportsIModeSymbols {
	virtual bool get();
}

Property Value

Type: System::Boolean

true if the browser supports i-mode symbols; otherwise, false. The default is false.

The SupportsInputMode property applies only to i-mode–compatible devices.

Set i-Phone–specific picture symbols for i-mode–compatible browsers by using the ImageUrlproperty.

The following code example shows how to determine whether the browser supports i-mode symbols.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 2.0
Return to top
Show: