ClientProfile
Wisej.Core.ClientProfile
Namespace: Wisej.Core
Assembly: Wisej.Framework (2.5.0.0)
Definition of the client device.
public class ClientProfile
Fields
Name
Type
Description
Properties
Device

String: Device type.
Landscape

Nullable<Boolean>: Device landscape mode.
MaxScreenWidth

Int32: Maximum screen width.
MaxWidth

Int32: Maximum browser width.
MinScreenWidth

Int32: Minimum screen width.
MinWidth

Int32: Minimum browser width.
Name

String: Name of the profile.
UserAgent

String: User agent string.
Last updated
Was this helpful?