  | CommonGetPageWithoutParagraphID Method  | 
 
 Retrieves page URL without paragraph ID (if presents).
 
 
    Namespace: 
   Dynamicweb.News.Frontend
    Assembly:
   Dynamicweb.News (in Dynamicweb.News.dll) Version: 1.0.10
Syntaxpublic static string GetPageWithoutParagraphID(
	string sourceLink
)
Public Shared Function GetPageWithoutParagraphID ( 
	sourceLink As String
) As String
Parameters
- sourceLink
 - Type: SystemString
The given URL. 
Return Value
Type: 
StringThe page URL.
See Also