Method | Description | |
---|---|---|
ViewDidDisappear ( bool animated ) : void | ||
ViewDidLoad ( ) : void | ||
ViewWillAppear ( bool animated ) : void | ||
WebViewController ( string title, string html, bool isLocal ) : System |
Method | Description | |
---|---|---|
HandleBackButtonTapped ( object sender, |
||
SetupNavigationBar ( ) : void |
public ViewDidDisappear ( bool animated ) : void | ||
animated | bool | |
return | void |
public ViewWillAppear ( bool animated ) : void | ||
animated | bool | |
return | void |
public WebViewController ( string title, string html, bool isLocal ) : System | ||
title | string | |
html | string | |
isLocal | bool | |
return | System |