MonobjcMonobjc Documented Class Library
TextEncodingName Property
NamespacesMonobjc.WebKitWebDataSourceTextEncodingName

Returns the text encoding for the data source’s web view, if set, or the text encoding of the response.

Original signature is '- (NSString *)textEncodingName'

Available in Mac OS X v10.2 with Safari 1.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual NSString TextEncodingName { get; }
Public Overridable ReadOnly Property TextEncodingName As NSString
	Get
public:
virtual property NSString^ TextEncodingName {
	NSString^ get ();
}
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.WebKit (Module: Monobjc.WebKit)