ViewRendering.Content 属性

定义

获取设计时 HTML 标记。

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

属性值

String

要在设计时显示的 HTML 标记。

适用于

另请参阅