IControlDesignerTag.SetContent(String) Methode

Definition

Legt das HTML-Markup für den Inhalt des Tags fest.

public:
 void SetContent(System::String ^ content);
public void SetContent (string content);
abstract member SetContent : string -> unit
Public Sub SetContent (content As String)

Parameter

content
String

Das HTML-Markup für den Inhalt des Tags.

Gilt für

Siehe auch