London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!

Interface IStringFragmentControlResolver

Component that resolves a Web control for an IStringFragment implementation

Namespace: EPiServer.Core.Html.StringParsing
Assembly: EPiServer.dll
Version: 10.10.4
Syntax
public interface IStringFragmentControlResolver

Methods

GetControl(IStringFragment, TemplateControl)

Gets the a web control that can be placed in Page Control collection

Declaration
Control GetControl(IStringFragment fragment, TemplateControl hostPage)
Parameters
Type Name Description
IStringFragment fragment
System.Web.UI.TemplateControl hostPage
Returns
Type Description
System.Web.UI.Control

A control that renders the fragment

Extension Methods