1 implementation of IHtmlString
System.Web (1)
HtmlString.cs (1)
10
public class HtmlString:
IHtmlString
{
2 references to IHtmlString
System.Web (2)
httpserverutility.cs (2)
1117
var
htmlString = value as
IHtmlString
;