  | RendererChkUrl Method (CommonAction, Boolean, String) | 
 
 Returns the URL link.
 
 
    Namespace: 
   Dynamicweb.News.Frontend
    Assembly:
   Dynamicweb.News (in Dynamicweb.News.dll) Version: 1.0.10
Syntaxpublic string ChkUrl(
	CommonAction action,
	bool generateQuery,
	string partUrl
)
Public Function ChkUrl ( 
	action As CommonAction,
	generateQuery As Boolean,
	partUrl As String
) As String
Parameters
- action
 - Type: Dynamicweb.News.FrontendCommonAction
The frontend action. - generateQuery
 - Type: SystemBoolean
if set to true generates query. - partUrl
 - Type: SystemString
The part of URL. 
Return Value
Type: 
String
See Also