Type: Boolean
Returns True for wireless devices which support HDML (WAP's predecessor).
C# Example:
<html>HDML:
<% BrowserObj browObj = BrowserObj.GetBrowser();
Response.Write(browObj.HDML);
%>
</html>
See Also:
WAP Property (.NET)