2 references to HtmlRequestJsonId
System.ServiceModel.Web (2)
System\ServiceModel\Dispatcher\HelpHtmlBuilder.cs (2)
289
new XElement(HtmlAElementName, new XAttribute(HtmlHrefAttributeName, "#" + (isRequest ?
HtmlRequestJsonId
: HtmlResponseJsonId)), SR2.GetString(SR2.HelpPageExample)))));
302
element.Add(AddSampleJson(operationInfo.Request.JsonExample, SR2.GetString(SR2.HelpPageJsonRequest),
HtmlRequestJsonId
));