Table of Contents

Constructor ValueEditorUrl

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

ValueEditorUrl(string, string?)

Initializes a new instance of the ValueEditorUrl class.

public ValueEditorUrl(string title, string? url = null)

Parameters

title string

Label text.

url string

Default url value.

ValueEditorUrl()

Initializes a new instance of the ValueEditorUrl class.

public ValueEditorUrl()