IControlDesignerTag.GetContent Method

Definition

Retrieves the HTML markup for the content of the tag.

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

Returns

The HTML markup for the content of the tag.

Applies to

See also