ClientProfile

Wisej.Core.ClientProfile

Namespace: Wisej.Core

Assembly: Wisej.Framework (3.0.0.0)

Definition of the client device.

public class ClientProfile

Fields

NameTypeDescription

Default

Returns the default ClientProfile singleton.

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