Renders the raw CSS class definition to the web page for design time.

Namespace:  C1.Web.iPhone
Assembly:  C1.Web.iPhone.3 (in C1.Web.iPhone.3.dll)

Syntax

C#
public void RenderDesignTimeStyleSheet(
	HtmlTextWriter writer,
	string css
)
Visual Basic
Public Sub RenderDesignTimeStyleSheet ( _
	writer As HtmlTextWriter, _
	css As String _
)

Parameters

writer
Type: System.Web.UI..::..HtmlTextWriter
The HtmlTextWriter object that receives the content.
css
Type: System..::..String
CSS class definition.

Remarks

This method would render the CSS class definition to the web page for design time. Style tag will be added around the raw CSS class definition while rendering.

See Also