HasFeature Method

WebKit .NET

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

Checks whether the DOM implementation implements the specified feature.

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

Syntax

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

Parameters

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

Return Value

Value indicating whether the specified feature is implemented.

See Also