Initializes and returns a new NSAttributedString object from the HTML contained in the given object and base URL.
Original signature is '- (id)initWithHTML:(NSData *)data baseURL:(NSURL *)aURL documentAttributes:(NSDictionary **)docAttributes'
Available in Mac OS X v10.0 and later.

C# | Visual Basic | Visual C++ |
public static Id InitWithHTMLBaseURLDocumentAttributes( this NSAttributedString __target, NSData data, NSURL aURL, out NSDictionary docAttributes )
<ExtensionAttribute> _ Public Shared Function InitWithHTMLBaseURLDocumentAttributes ( _ __target As NSAttributedString, _ data As NSData, _ aURL As NSURL, _ <OutAttribute> ByRef docAttributes As NSDictionary _ ) As Id
[ExtensionAttribute] public: static Id^ InitWithHTMLBaseURLDocumentAttributes( NSAttributedString^ __target, NSData^ data, NSURL^ aURL, [OutAttribute] NSDictionary^% docAttributes )

- __target (NSAttributedString)
- The target instance.
- data (NSData)
- MISSING
- aURL (NSURL)
- MISSING
- docAttributes (NSDictionary%)
- MISSING

[Missing <returns> documentation for "M:Monobjc.AppKit.NSAttributedString_AppKitAdditions.InitWithHTMLBaseURLDocumentAttributes(Monobjc.Foundation.NSAttributedString,Monobjc.Foundation.NSData,Monobjc.Foundation.NSURL,Monobjc.Foundation.NSDictionary@)"]

In Visual Basic and C#, you can call this method as an instance method on any object of type NSAttributedString. When you use instance method syntax to call this method, omit the first parameter.

- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)