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)

Public Sub New (
	id As String,
	content As String,
	designTimeHtml As String
)

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: