IPageUrlRetrieverRetrieve Method (TreeNode, String) |
Retrieves URL for the given page in the given culture.
Namespace: Kentico.Content.Web.MvcAssembly: Kentico.Content.Web.Mvc (in Kentico.Content.Web.Mvc.dll) Version: 13.0.131
SyntaxPageUrl Retrieve(
TreeNode page,
string cultureCode
)
Parameters
- page
- Type: CMS.DocumentEngineTreeNode
Page to return the URL for. - cultureCode
- Type: SystemString
Culture code.
Return Value
Type:
PageUrl
ExceptionsException | Condition |
---|
ArgumentNullException | Throws when page or cultureCode is null. |
Remarks
See Also