C# Class Engage.Dnn.F3.HtmlTextInfo

Implements IHtmlTextInfo by wrapping a DotNetNuke.Modules.Html.HtmlTextInfo instance created via reflection
Need to use reflection because type could be in DotNetNuke.Modules.Html assembly or in DotNetNuke.Professional.HtmlPro assembly.
Inheritance: IHtmlTextInfo
ファイルを表示 Open project: EngageSoftware/Engage-F3

Public Methods

Method Description
HtmlTextInfo ( ) : System

Initializes a new instance of the HtmlTextInfo class.

HtmlTextInfo ( object htmlTextInfoInstance ) : System

Method Details

HtmlTextInfo() public method

Initializes a new instance of the HtmlTextInfo class.
public HtmlTextInfo ( ) : System
return System

HtmlTextInfo() public method

public HtmlTextInfo ( object htmlTextInfoInstance ) : System
htmlTextInfoInstance object
return System