HttpBrowserCapabilitiesBase.PreferredResponseEncoding Property

Definition

When overridden in a derived class, gets the response encoding that the browser prefers.

public:
 virtual property System::String ^ PreferredResponseEncoding { System::String ^ get(); };
public virtual string PreferredResponseEncoding { get; }
member this.PreferredResponseEncoding : string
Public Overridable ReadOnly Property PreferredResponseEncoding As String

Property Value

The response encoding that the browser prefers.

Exceptions

Applies to