Represents the name of the broweser in the request

Namespace: DotNetNuke.Services.ClientCapability
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public string BrowserName { get; set; }
Visual Basic
Public Property BrowserName As String
	Get
	Set

Implements

IClientCapability..::..BrowserName

See Also