C# Class UI.PageViewController

Inheritance: UIViewController
Afficher le fichier Open project: NotMyself/BigRReader Class Usage Examples

Méthodes publiques

Свойство Type Description
webView UIWebView

Méthodes publiques

Méthode Description
PageViewController ( Uri page, string title ) : System
ViewDidLoad ( ) : void

Private Methods

Méthode Description
script ( ) : string

Method Details

PageViewController() public méthode

public PageViewController ( Uri page, string title ) : System
page System.Uri
title string
Résultat System

ViewDidLoad() public méthode

public ViewDidLoad ( ) : void
Résultat void

Property Details

webView public_oe property

public UIWebView webView
Résultat UIWebView