DHTML Property (.NET)

 

Type: Boolean

 

Returns whether the browser supports DHTML script. Typically used in conjunction with the Browser and Majorver properties.

 

C# Example:

<html>DHTML:

<% BrowserObj browObj = BrowserObj.GetBrowser();

Response.Write(browObj.DHTML);

%>

</html>

 

See Also:

Browser Property (.NET)

Majorver Property (.NET)