Share via


ActionLink.ActionName Property

 

Gets or sets the name of the link.

Namespace:   Microsoft.Web.Mvc.Controls
Assembly:  Microsoft.Web.Mvc (in Microsoft.Web.Mvc.dll)

Syntax

public string ActionName { get; set; }
public:
property String^ ActionName {
    String^ get();
    void set(String^ value);
}
member ActionName : string with get, set
Public Property ActionName As String

Property Value

Type: System.String

The name of the link.

See Also

ActionLink Class
Microsoft.Web.Mvc.Controls Namespace

Return to top