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!

DynamicImageDesigner.GetDesignTimeHTML

Gets the design time HTML of the DynamicImage 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 design time HTML.

Remarks

If this method is not present, then the framework calls the control's Render() method to get design time HTML; This is preferrably avoided, since the Render() method modifies the ImageUrl property.

See Also

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