DynamicDataManagerDesigner.GetDesignTimeHtml Method

Definition

Generates the HTML markup that is used to render the associated DynamicDataManager control at design time.

C#
public override string GetDesignTimeHtml();

Returns

The HTML markup that is used to render the associated DynamicDataManager control at design time.

Remarks

The GetDesignTimeHtml method calls the CreatePlaceHolderDesignTimeHtml method to generate a simple rectangular placeholder representation that displays the type and ID of the control.

Applies to

Produkt Wersje
.NET Framework 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1

See also