Class UrlButtonAttribute
- Namespace
- FriedSynapse.FlowEnt
[AttributeUsage(AttributeTargets.Field)]
public class UrlButtonAttribute : PropertyAttribute
- Inheritance
-
UrlButtonAttribute
- Extension Methods
Constructors
UrlButtonAttribute(PredefinedType)
public UrlButtonAttribute(UrlButtonAttribute.PredefinedType type)
Parameters
UrlButtonAttribute(string, string)
public UrlButtonAttribute(string url, string tooltip)
Parameters
Properties
Tooltip
public string Tooltip { get; }
Property Value
Url
public string Url { get; }