DataListDesigner.GetEmptyDesignTimeHtml Method

Definition

Gets the HTML used to represent an empty template-based control at design time.

protected:
 override System::String ^ GetEmptyDesignTimeHtml();
protected override string GetEmptyDesignTimeHtml ();
override this.GetEmptyDesignTimeHtml : unit -> string
Protected Overrides Function GetEmptyDesignTimeHtml () As String

Returns

The HTML used to represent an empty template-based control at design time.

Applies to

See also