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
Syntax PageUrl Retrieve(
TreeNode page,
string cultureCode
)
Parameters
- page
- Type: CMS.DocumentEngineTreeNode
Page to return the URL for. - cultureCode
- Type: SystemString
Culture code.
Return Value
Type:
PageUrlExceptions Exception | Condition |
---|
ArgumentNullException | Throws when page or cultureCode is null. |
Remarks See Also