| CommonMethodsChkUrl Method (PageView, Int32, Int32, String, Boolean) |
CHKs the URL.
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,
bool escapeEntities
)
Public Shared Function ChkUrl (
pageView As PageView,
paragraphID As Integer,
act As Integer,
partUrl As String,
escapeEntities As Boolean
) As String
Parameters
- pageView
- Type: Dynamicweb.FrontendPageView
The pageview. - paragraphID
- Type: SystemInt32
The paragraph identifier. - act
- Type: SystemInt32
The act. - partUrl
- Type: SystemString
The part URL. - escapeEntities
- Type: SystemBoolean
if set to true [escape entities].
Return Value
Type:
StringSee Also