Click or drag to resize
AbstractAttributeGetUrl Method
Transforms the URL to the correct format.

Namespace: CMS.UIControls
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 8.2.23
Syntax
C#
protected string GetUrl(
	Page page,
	string url
)

Parameters

page
Type: System.Web.UIPage
Processing page
url
Type: SystemString
URL

Return Value

Type: String
See Also