DetectCurrentFullName() public static method

Detects the full name of the current page using the Page and NS parameters in the query string.
public static DetectCurrentFullName ( ) : string
return string
示例#1
0
 /// <summary>
 /// Detects the full name of the current page using the <b>Page</b> and <b>NS</b> parameters in the query string.
 /// </summary>
 /// <returns>The full name of the page, regardless of the existence of the page.</returns>
 protected string DetectFullName()
 {
     return(Tools.DetectCurrentFullName());
 }