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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.