ContentDefinition.DefaultContent Property

Definition

Gets the default HTML markup for the content.

public:
 property System::String ^ DefaultContent { System::String ^ get(); };
public string DefaultContent { get; }
member this.DefaultContent : string
Public ReadOnly Property DefaultContent As String

Property Value

A string containing HTML markup.

Applies to

See also