ExtensionsFactory.HyperLink(Action<HyperLinkSettings>) Method
In This Article
Creates a HyperLink.
Namespace: DevExpress.Web.Mvc.UI
Assembly: DevExpress.Web.Mvc5.v24.2.dll
NuGet Package: DevExpress.Web.Mvc5
#Declaration
public HyperLinkExtension HyperLink(
Action<HyperLinkSettings> method
)
#Parameters
Name | Type | Description |
---|---|---|
method | Action<Hyper |
A delegate method that accepts Hyper |
#Returns
Type | Description |
---|---|
Hyper |
A Hyper |
See Also