Skip to main content

ExtensionBase.GetHtml() Method

Inserts the HTML code rendered by an extension into the required page output.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v23.2.dll

NuGet Package: DevExpress.Web.Mvc5

Declaration

public MvcHtmlString GetHtml()

Returns

Type Description
MvcHtmlString

An empty string.

Remarks

A call to this method inserts the HTML code produced by an extension’s ExtensionBase.Render method into the required page output.

See Also