UserAgent


How to use the UserAgent class of the bit Butil?

Usage
To use the UserAgent api of Butil you need to inject the Bit.Butil.UserAgent class and use it like this:
@inject Bit.Butil.UserAgent userAgent

@code {
    var props = await userAgent.Extract();
}
            
Methods

Extract:
Returns an instance of the Bit.Butil.UserAgentProperties class containing all possible data that extracted from the client's browser.