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
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
Url
public string Url { get; }