Click or drag to resize
ContentUrlRetriever Constructor
Constructor

Namespace: CMS.UIControls
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 9.0.0
Syntax
C#
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