| CommonMethodsChkUrl Method (PageView, Int32, Int32, String) |
Returns the URl link.
Namespace:
Dynamicweb.News.Common
Assembly:
Dynamicweb.News (in Dynamicweb.News.dll) Version: 1.0.10
Syntax public static string ChkUrl(
PageView pageView,
int paragraphID,
int act,
string partUrl
)
Public Shared Function ChkUrl (
pageView As PageView,
paragraphID As Integer,
act As Integer,
partUrl As String
) As String
Parameters
- pageView
- Type: Dynamicweb.FrontendPageView
Dynamicweb.Frontend.PageView object. - paragraphID
- Type: SystemInt32
- act
- Type: SystemInt32
the current action. - partUrl
- Type: SystemString
Additional parameter(s).
Return Value
Type:
StringRemarks The default QueryString parameters are "ID", "M" and "Action". You can overwrite any default parameter if there is an empty value associated with it.
See Also