HyperLinkExtension Constructors
Represents an extension object implementing the HyperLink functionality.Name | Parameters | Description |
---|---|---|
HyperLinkExtension(HyperLinkSettings, ViewContext, ModelMetadata) | settings, viewContext, metadata | Initializes a new instance of the HyperLinkExtension class with the specified settings, the context information about the view, and the model metadata. |
HyperLinkExtension(HyperLinkSettings, ViewContext) | settings, viewContext | Initializes a new instance of the HyperLinkExtension class with the specified settings and provides the context information about the view. |
HyperLinkExtension(HyperLinkSettings) | settings | Initializes a new instance of the HyperLinkExtension class with the specified settings. |
See Also