3 references to HtmlResponseXmlId
System.ServiceModel.Web (3)
System\ServiceModel\Dispatcher\HelpHtmlBuilder.cs (3)
251
string nonLocalizedDirection = isRequest ? HtmlRequestXmlId :
HtmlResponseXmlId
;
272
contentTd.Add(new XElement(HtmlAElementName, new XAttribute(HtmlHrefAttributeName, "#" + (isRequest ? HtmlRequestXmlId :
HtmlResponseXmlId
)), SR2.GetString(SR2.HelpPageExample)));
306
element.Add(GenerateSampleXml(operationInfo.Response.XmlExample, SR2.GetString(SR2.HelpPageXmlResponse),
HtmlResponseXmlId
));