ContentDefinition.DefaultContent 属性

定义

获取内容的默认 HTML 标记。

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

属性值

String

一个包含 HTML 标记的字符串。

适用于

另请参阅