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