IControlDesignerTag.GetOuterContent 方法

定义

检索控件的完整 HTML 标记,包括外部标记。Retrieves the complete HTML markup for the control, including the outer tags.

public:
 System::String ^ GetOuterContent();
public string GetOuterContent ();
abstract member GetOuterContent : unit -> string
Public Function GetOuterContent () As String

返回

String

控件的外部 HTML 标记。The outer HTML markup for the control.

适用于

另请参阅