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
Afficher le fichier Open project: EngageSoftware/Engage-F3

Méthodes publiques

Méthode Description
HtmlTextInfo ( ) : System

Initializes a new instance of the HtmlTextInfo class.

HtmlTextInfo ( object htmlTextInfoInstance ) : System

Method Details

HtmlTextInfo() public méthode

Initializes a new instance of the HtmlTextInfo class.
public HtmlTextInfo ( ) : System
Résultat System

HtmlTextInfo() public méthode

public HtmlTextInfo ( object htmlTextInfoInstance ) : System
htmlTextInfoInstance object
Résultat System