ContentDefinition Constructor (String, String, String)

 

Creates a new instance of the ContentDefinition class.

Namespace:   System.Web.UI.Design
Assembly:  System.Design (in System.Design.dll)

new : 
        id:string *
        content:string *
        designTimeHtml:string -> ContentDefinition

Parameters

id
Type: System.String

A string identifier for the content.

content
Type: System.String

The default HTML markup content.

designTimeHtml
Type: System.String

The design-time HTML markup content.

.NET Framework
Available since 2.0
Return to top
Show: