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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.