Table of Contents

Class UrlButtonAttribute

[AttributeUsage(AttributeTargets.Field)]
public class UrlButtonAttribute : PropertyAttribute
Inheritance
UrlButtonAttribute
Extension Methods

Constructors

UrlButtonAttribute(PredefinedType)

public UrlButtonAttribute(UrlButtonAttribute.PredefinedType type)

Parameters

type UrlButtonAttribute.PredefinedType

UrlButtonAttribute(string, string)

public UrlButtonAttribute(string url, string tooltip)

Parameters

url string
tooltip string

Properties

Tooltip

public string Tooltip { get; }

Property Value

string

Url

public string Url { get; }

Property Value

string