Click or drag to resize
PortalResolversGetControlResolver Method
Get control resolver for macro resolving in web parts and controls

Namespace: CMS.PortalEngine
Assembly: CMS.PortalEngine (in CMS.PortalEngine.dll) Version: 8.2.23
Syntax
C#
public static MacroResolver GetControlResolver(
	Page page,
	UIContext context = null
)

Parameters

page
Type: System.Web.UIPage
Page instance
context (Optional)
Type: CMS.PortalEngineUIContext
UIContext

Return Value

Type: MacroResolver
See Also