ForumViewer.URLCreator Method (String, String, Boolean, Object, Boolean) |
Returns url with dependence on parameters.
Namespace: CMS.ForumsAssembly: CMS.Forums (in CMS.Forums.dll) Version: 8.2.23
Syntaxpublic string URLCreator(
string parameter,
string value,
bool postback,
Object data,
bool encodeUrl
)
Parameters
- parameter
- Type: System.String
Querystring parameter - value
- Type: System.String
Querystring value - postback
- Type: System.Boolean
Indicates whether link should be postback - data
- Type: System.Object
Container.DataItem - encodeUrl
- Type: System.Boolean
Indicates whether Url is encoded.
Return Value
Type:
String
See Also