Cirrious.MvvmCross.Dialog.Touch.Dialog.Elements.HtmlElement.HtmlElement C# (CSharp) 메소드

HtmlElement() 공개 메소드

public HtmlElement ( string caption, NSUrl url ) : System
caption string
url NSUrl
리턴 System
        public HtmlElement (string caption, NSUrl url) : base (caption)
        {
            _nsUrl = url;
        }
		

Same methods

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