Table of Contents

Class ExternalLinkViewModel

Namespace
McServerLauncher.ViewModels
Assembly
McServerLauncher.dll

An external link shown in the details page (source, wiki, Discord…).

public class ExternalLinkViewModel
Inheritance
ExternalLinkViewModel
Inherited Members

Constructors

ExternalLinkViewModel(string, string, Symbol)

public ExternalLinkViewModel(string label, string url, Symbol icon)

Parameters

label string
url string
icon Symbol

Properties

Icon

Icon drawn next to the label, so the links are scannable at a glance.

public Symbol Icon { get; }

Property Value

Symbol

Label

public string Label { get; }

Property Value

string

Url

public string Url { get; }

Property Value

string