Table of Contents

Method BeginURL

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

BeginURL(string, string?)

Begins applying Url to the content. Pass a URL and optionally, a character style to apply, since it is common to mark a URL with a familiar style such as blue text with underlining.

public virtual bool BeginURL(string url, string? characterStyle = null)

Parameters

url string
characterStyle string

Returns

bool