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!

AdRotatorDesigner.GetDesignTimeHTML

Returns the design-time HTML of the AdRotator control

[Visual Basic]
Overrides Public Function GetDesignTimeHTML() As String
[C#]
public override string GetDesignTimeHTML();
[C++]
public: override String* GetDesignTimeHTML();
[JScript]
public override function GetDesignTimeHTML() : String;

Return Value

The HTML of the control.

See Also

AdRotatorDesigner Class | AdRotatorDesigner Members | System.Web.UI.Design.WebControls Namespace