ContentDefinition(String, String, String) Constructor

Definition

Creates a new instance of the ContentDefinition class.

public:
 ContentDefinition(System::String ^ id, System::String ^ content, System::String ^ designTimeHtml);
public ContentDefinition (string id, string content, string designTimeHtml);
new System.Web.UI.Design.ContentDefinition : string * string * string -> System.Web.UI.Design.ContentDefinition
Public Sub New (id As String, content As String, designTimeHtml As String)

Parameters

id
String

A string identifier for the content.

content
String

The default HTML markup content.

designTimeHtml
String

The design-time HTML markup content.

Applies to

See also