ContentDefinition.DefaultDesignTimeHtml 属性

定义

获取用于在设计时表示内容的 HTML 标记。

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

属性值

String

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

适用于

另请参阅