Class HtmlLinkArguments
Used as argument to create an outgoing url.
Inheritance
System.Object
HtmlLinkArguments
Namespace: EPiServer.Web.Mvc.Html
Assembly: EPiServer.Cms.AspNetCore.HtmlHelpers.dll
Version: 12.0.3Syntax
public class HtmlLinkArguments : Object
Constructors
HtmlLinkArguments()
Declaration
public HtmlLinkArguments()
Properties
HtmlAttributes
The link attributes
Declaration
public object HtmlAttributes { get; set; }
Property Value
Type | Description |
---|---|
System. |
LinkText
The text link
Declaration
public string LinkText { get; set; }
Property Value
Type | Description |
---|---|
System. |
VirtualPathArguments
Control how the link is generated such as forceAbsolute, forceCanonical
Declaration
public VirtualPathArguments VirtualPathArguments { get; set; }
Property Value
Type | Description |
---|---|
Virtual |