| RendererChkUrl Method (CommonAction, Int32, 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,
int newsId,
string newsLink
)
Public Function ChkUrl (
action As CommonAction,
newsId As Integer,
newsLink As String
) As String
Parameters
- action
- Type: Dynamicweb.News.FrontendCommonAction
The action. - newsId
- Type: SystemInt32
The news id. - newsLink
- Type: SystemString
Custom news link.
Return Value
Type:
StringSee Also