ExtensionsFactory.HyperLink(Action<HyperLinkSettings>) Method
Creates a HyperLink.
Namespace: DevExpress.Web.Mvc.UI
Assembly: DevExpress.Web.Mvc5.v25.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| method | Action<HyperLinkSettings> | A delegate method that accepts HyperLinkSettings as a parameter. |
Returns
| Type | Description |
|---|---|
| HyperLinkExtension | A HyperLinkExtension object implementing the HyperLink functionality. |
See Also