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
Dolgozzon együtt velünk a GitHubon
A tartalom forrása a GitHubon található, ahol létrehozhat és áttekinthet problémákat és lekéréses kérelmeket is. További információért tekintse meg a közreműködői útmutatónkat.