CDF Property (.NET)

 

Type: Boolean

 

Returns whether the browser supports Channel Definition Format for "subscribing" to web content with optional auto-updates.

 

C# Example:

<html>CDF:

<% BrowserObj browObj = BrowserObj.GetBrowser();

Response.Write(browObj.CDF);

%>

</html>