IsSupported Method

WebKit .NET

[This is preliminary documentation and is subject to change.]

Checks whether a specified feature is supported on this node.

Namespace:  WebKit.DOM
Assembly:  WebKitBrowser (in WebKitBrowser.dll) Version: 0.5.0.0 (0.5.0.0)

Syntax

C#
public bool IsSupported(
	string Feature,
	string Version
)
Visual Basic (Declaration)
Public Function IsSupported ( _
	Feature As String, _
	Version As String _
) As Boolean
Visual C++
public:
bool IsSupported(
	String^ Feature, 
	String^ Version
)

Parameters

Feature
Type: System..::.String
The feature to check.
Version
Type: System..::.String
The feature version to check.

Return Value

A value indicating whether the specified feature is supported.

See Also