| RendererChkUrl Method (CommonAction, Boolean, String, String) |
Returns the URL link.
Namespace:
Dynamicweb.News.Frontend
Assembly:
Dynamicweb.News (in Dynamicweb.News.dll) Version: 1.0.10
Syntax public string ChkUrl(
CommonAction action,
bool generateQuery,
string partUrl,
string newsLink
)
Public Function ChkUrl (
action As CommonAction,
generateQuery As Boolean,
partUrl As String,
newsLink 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. - newsLink
- Type: SystemString
Custom news link.
Return Value
Type:
StringRemarks See Also