Interface IWebClientInfoProvider
Namespace: Volo.Abp.AspNetCore.WebClientInfo
Assembly: Volo.Abp.AspNetCore.Abstractions.dll
Syntax
public interface IWebClientInfoProvider
Properties
BrowserInfo
Declaration
string? BrowserInfo { get; }
Property Value
Type | Description |
---|---|
string |
ClientIpAddress
Declaration
string? ClientIpAddress { get; }
Property Value
Type | Description |
---|---|
string |
DeviceInfo
Declaration
string? DeviceInfo { get; }
Property Value
Type | Description |
---|---|
string |