Try our conversational search powered by Generative AI!

Class HtmlLinkArguments

Used as argument to create an outgoing url.

Inheritance
System.Object
HtmlLinkArguments
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: EPiServer.Web.Mvc.Html
Assembly: EPiServer.Cms.AspNet.dll
Version: 11.20.7
Syntax
public class HtmlLinkArguments

Constructors

HtmlLinkArguments()

Declaration
public HtmlLinkArguments()

Properties

HtmlAttributes

The link attributes

Declaration
public object HtmlAttributes { get; set; }
Property Value
Type Description
System.Object

LinkText

The text link

Declaration
public string LinkText { get; set; }
Property Value
Type Description
System.String

VirtualPathArguments

Control how the link is generated such as forceAbsolute, forceCanonical

Declaration
public VirtualPathArguments VirtualPathArguments { get; set; }
Property Value
Type Description
VirtualPathArguments

Extension Methods