Renders the HTML closing tag of the control into the specified writer. This method is used primarily by control developers.
Namespace:
EPiServer.Web.PropertyControlsAssembly: EPiServer (in EPiServer.dll) Version: 5.2.375.236
Syntax
C# |
---|
public override void RenderEndTag( HtmlTextWriter writer ) |
Parameters
- writer
- Type: System.Web.UI..::.HtmlTextWriter
A HtmlTextWriter that represents the output stream to render HTML content on the client.
Remarks
PropertyDataControl does not render any tags itself