UITextView.AllowUrlInteraction Property
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.
Gets or sets the delegate for determining whether the text view should interact with specific URLs.
public UIKit.UITextViewDelegateShouldInteractUrlDelegate AllowUrlInteraction { get; set; }
member this.AllowUrlInteraction : UIKit.UITextViewDelegateShouldInteractUrlDelegate with get, set