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!

UserControlDesigner.GetEmptyDesignTimeHTML

Gets the HTML to be used at design time as the representation of the control when the control runtime does not return any rendered HTML. The default behavior is to return a string containing the name of the component.

[Visual Basic]
Overridable Public Function GetEmptyDesignTimeHTML() As String
[C#]
public virtual string GetEmptyDesignTimeHTML();
[C++]
public: virtual String* GetEmptyDesignTimeHTML();
[JScript]
public function GetEmptyDesignTimeHTML() : String;

Return Value

The name of the component, by default.

See Also

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