UIWebView.LoadHtmlString(String, NSUrl) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Sets the main page content and base URL.
[Foundation.Export("loadHTMLString:baseURL:")]
public virtual void LoadHtmlString (string s, Foundation.NSUrl baseUrl);
abstract member LoadHtmlString : string * Foundation.NSUrl -> unit
override this.LoadHtmlString : string * Foundation.NSUrl -> unit
Parameters
- s
- String
The content for the main page.
- Attributes