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