Name

HttpCapabilitiesBase

Synopsis

This is the base class for the System.Web.HttpBrowserCapabilities class. HttpCapabilitiesBase is weakly typed with a name/value collection of browser settings. These settings are provided (more usefully) as properties by the System.Web.HttpBrowserCapabilities class.

Public Class HttpCapabilitiesBase
                  ' Public Constructors
   Public Sub New() 
' Public Instance Properties
   Overridable Public Default ReadOnly Property Item(
        ByVal key As String) As String  
' Public Shared Methods
   Public Shared Function GetConfigCapabilities(
        ByVal configKey As String, 
        ByVal request As System.Web.HttpRequest) As HttpCapabilitiesBase  
' Protected Instance Methods
   Overridable Protected Sub Init() 
End Class

Get ASP.NET in a Nutshell now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.