MonoTouch.Dialog.WebElement.WebElement C# (CSharp) Method

WebElement() public method

public WebElement ( string caption, NSUrl url ) : System
caption string
url NSUrl
return System
		public WebElement (string caption, NSUrl url) : base (caption)
		{
			nsUrl = url;
		}
		

Same methods

WebElement::WebElement ( string caption, string url ) : System