Click or drag to resize
IHtmlContentProxy Interface
Defines an object that could be used by Razor view to print content.

Namespace: Kentico.Web.Mvc
Assembly: Kentico.Web.Mvc.Proxies (in Kentico.Web.Mvc.Proxies.dll) Version: 13.0.131
Syntax
C#
public interface IHtmlContentProxy : IHtmlString

The IHtmlContentProxy type exposes the following members.

Methods
  NameDescription
Public methodToString
Returns string representing HTML content inside the object.
Top
See Also