Skip to main content
Version: 4.1

ClientProfile

Namespace: Wisej.Core

Assembly: Wisej.Framework (4.1.0.0)

Definition of the client device.

public class ClientProfile

Fields

NameTypeDescription
DefaultClientProfileReturns the default ClientProfile singleton.

Properties

Instance member Device

String: Device type.

Instance member Landscape

Nullable<Boolean>: Device landscape mode.

Instance member MaxScreenWidth

Int32: Maximum screen width.

Instance member MaxWidth

Int32: Maximum browser width.

Instance member MinScreenWidth

Int32: Minimum screen width.

Instance member MinWidth

Int32: Minimum browser width.

Instance member Name

String: Name of the profile.

Instance member UserAgent

String: User agent string.