ActionAttribute Constructors

Definition

Overloads

ActionAttribute()

Initializes a new instance of an Action attribute

ActionAttribute(String)

Creates a new instance of the action attribtue with the given selector.

ActionAttribute()

Initializes a new instance of an Action attribute

public ActionAttribute ();

Applies to

ActionAttribute(String)

Creates a new instance of the action attribtue with the given selector.

public ActionAttribute (string selector);
new Foundation.ActionAttribute : string -> Foundation.ActionAttribute

Parameters

selector
String

Name for the selector to expose

Applies to