ContentDefinition.ContentDefinition Constructor
.NET Framework 3.0
Creates a new instance of the ContentDefinition class.
Namespace: System.Web.UI.Design
Assembly: System.Design (in system.design.dll)
Assembly: System.Design (in system.design.dll)
public ContentDefinition ( String id, String content, String designTimeHtml )
public function ContentDefinition ( id : String, content : String, designTimeHtml : String )
Not applicable.
Parameters
- id
A string identifier for the content.
- content
The default HTML markup content.
- designTimeHtml
The design-time HTML markup content.
Community Additions
ADD
Show: