Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

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.3
Syntax
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.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