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!

DynamicImage.Render

We want to inherit the rendering behavior of the Image control, except that the ImageUrl property (which already points to the WebMethods file specifying which ImageGenerator to use) should have the function name "GetImage" appended to it, followed by the name/value pairs stored in ImageParams which are passed to the GetImage method.

[Visual Basic]
Overrides Protected Sub Render( _
   ByVal writer As HtmlTextWriter _
)
[C#]
protected override void Render(
   HtmlTextWriter writer
);
[C++]
protected: override void Render(
   HtmlTextWriter* writer
);
[JScript]
protected override function Render(
   writer : HtmlTextWriter
);

Parameters

writer
[To be supplied.]

See Also

DynamicImage Class | DynamicImage Members | System.Web.UI.WebControls Namespace