Back to Devexpress

HyperLinkExtension Class

aspnetmvc-devexpress-dot-web-dot-mvc-82aed832.md

latest3.2 KB
Original Source

HyperLinkExtension Class

Represents an extension object implementing the HyperLink functionality.

Namespace : DevExpress.Web.Mvc

Assembly : DevExpress.Web.Mvc5.v25.2.dll

NuGet Package : DevExpress.Web.Mvc5

Declaration

csharp
public class HyperLinkExtension :
    EditorExtension
vb
Public Class HyperLinkExtension
    Inherits EditorExtension

The following members return HyperLinkExtension objects:

Remarks

To declare the HyperLink in a View, invoke the ExtensionsFactory.HyperLink helper method. This method returns the HyperLink extension that is implemented by the HyperLinkExtension class.

To configure the HyperLink extension, pass the HyperLinkSettings object to the ExtensionsFactory.HyperLink helper method as a parameter. The HyperLinkSettings object contains all the HyperLink extension settings.

Refer to the HyperLink Overview topic to learn how to add the HyperLink extension to your project.

Inheritance

Object ExtensionBase EditorExtension HyperLinkExtension

See Also

HyperLinkExtension Members

HyperLink

HyperLinkSettings

DevExpress.Web.Mvc Namespace