2 references to HtmlPreElementName
System.ServiceModel.Web (2)
System\ServiceModel\Dispatcher\HelpHtmlBuilder.cs (2)
361
new XElement(
HtmlPreElementName
, new XAttribute(HtmlClassAttributeName, label), content));
367
new XElement(
HtmlPreElementName
, new XAttribute(HtmlClassAttributeName, label), content));