Click or drag to resize
DeviceProfileInfoProviderRegisterDeviceCssInternal Method
Registers global device profiles style sheet and style sheet for given profile if exists.

Namespace: CMS.PortalEngine
Assembly: CMS.PortalEngine (in CMS.PortalEngine.dll) Version: 9.0.0
Syntax
C#
protected virtual void RegisterDeviceCssInternal(
	Page page,
	string profileName
)

Parameters

page
Type: System.Web.UIPage
Page
profileName
Type: SystemString
Profile code name used as folder name in ~/App_Themes/Components/DeviceProfile/ folder
See Also