Interface ICustomRenderer
Namespace: EPiServer.Shell.ViewComposition
Assembly: EPiServer.Shell.dll
Version: 11.20.7Syntax
public interface ICustomRenderer
Methods
RenderComponent(IComponent, String)
Declaration
MvcHtmlString RenderComponent(IComponent component, string innerHtml)
Parameters
| Type | Name | Description |
|---|---|---|
| IComponent | component | |
| System.String | innerHtml |
Returns
| Type | Description |
|---|---|
| System.Web.Mvc.MvcHtmlString |