3 references to HtmlRequestXmlId
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)));
298
element.Add(GenerateSampleXml(operationInfo.Request.XmlExample, SR2.GetString(SR2.HelpPageXmlRequest),
HtmlRequestXmlId
));