예제 #1
0
 internal static string GetHrefNoEncoding(string helpId)
 {
     return(HelpLink.HelpUrlBuilder(helpId));
 }
예제 #2
0
 internal static string GetHref(string helpId)
 {
     return(Encoder.HtmlEncode(HelpLink.HelpUrlBuilder(helpId)));
 }