NonPrettifiedURL() public static method

returns full URL to the given page, depends on project settings
public static NonPrettifiedURL ( string title ) : string
title string
return string
Example #1
0
 /// <summary>
 ///
 /// </summary>
 public static void OpenArticleInBrowser(string title)
 {
     OpenURLInBrowser(Variables.NonPrettifiedURL(title));
 }