IControlDesignerTag.SetContent(String) 方法
定义
设置标记的内容的 HTML 标记。Sets the HTML markup for the content of the tag.
public:
void SetContent(System::String ^ content);
public void SetContent (string content);
abstract member SetContent : string -> unit
Public Sub SetContent (content As String)
参数
- content
- String
标记的内容的 HTML 标记。The HTML markup for the content of the tag.