ContentDefinition(String, String, String) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.