Show / Hide Table of Contents

Interface IUAParserOutput

Representing the parse results. Structure of this class aligns with the ua-parser-output WebIDL structure defined in this document: https://github.com/ua-parser/uap-core/blob/master/docs/specification.md

Namespace:FubarDev.WebDavServer.Utils.UAParser
Assembly:FubarDev.WebDavServer.dll
Syntax
public interface IUAParserOutput

Properties

| Improve this Doc View Source

Device

The Device parsed from the user agent string

Declaration
Device Device { get; }
Property Value
Type Description
Device
| Improve this Doc View Source

OS

The OS parsed from the user agent string

Declaration
OS OS { get; }
Property Value
Type Description
OS
| Improve this Doc View Source

String

The user agent string, the input for the UAParser

Declaration
string String { get; }
Property Value
Type Description
String
| Improve this Doc View Source

UA

The User Agent parsed from the user agent string

Declaration
UserAgent UA { get; }
Property Value
Type Description
UserAgent
  • Improve this Doc
  • View Source
Back to top Copyright © 2016-2017 Fubar Development Junker
Generated by DocFX