TextControlDesigner.GetPersistInnerHtml Method

Definition

Gets the markup to persist for the inner tags of the control.

public:
 override System::String ^ GetPersistInnerHtml();
public override string GetPersistInnerHtml ();
override this.GetPersistInnerHtml : unit -> string
Public Overrides Function GetPersistInnerHtml () As String

Returns

The markup for the tags of the control.

Applies to