NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

TemplateEditingFrame.Content

HTML content of the template editing frame (provided by the owner). Read-only property.

[Visual Basic]
Public ReadOnly Property Content As String
[C#]
public string Content {get;}
[C++]
public: __property String* get_Content();
[JScript]
public function get Content() : String;

Property Value

The HTML content of the template editing frame.

See Also

TemplateEditingFrame Class | TemplateEditingFrame Members | System.Web.UI.Design Namespace