ContentUrlRetriever Constructor |
Constructor
Namespace: CMS.UIControlsAssembly: CMS.UIControls (in CMS.UIControls.dll) Version: 13.0.131
Syntax public ContentUrlRetriever(
Page page,
Func<UIPageURLSettings, string> getUrl
)
Parameters
- page
- Type: System.Web.UIPage
Page - getUrl
- Type: SystemFuncUIPageURLSettings, String
Function to retrieve the document URL
See Also