Skip to main content
Version: 3.5

ClientProfile

Namespace: Wisej.Core

Assembly: Wisej.Framework (3.5.0.0)

Definition of the client device.

public class ClientProfile

Fields

NameTypeDescription
DefaultClientProfileReturns the default ClientProfile singleton.

Properties

Instance memberDevice

String: Device type.

Instance memberLandscape

Nullable<Boolean>: Device landscape mode.

Instance memberMaxScreenWidth

Int32: Maximum screen width.

Instance memberMaxWidth

Int32: Maximum browser width.

Instance memberMinScreenWidth

Int32: Minimum screen width.

Instance memberMinWidth

Int32: Minimum browser width.

Instance memberName

String: Name of the profile.

Instance memberUserAgent

String: User agent string.