Share via


DefaultHtmlGenerator.GenerateLink(String, String, Object) Method

Definition

Generate a link.

protected:
 virtual Microsoft::AspNetCore::Mvc::Rendering::TagBuilder ^ GenerateLink(System::String ^ linkText, System::String ^ url, System::Object ^ htmlAttributes);
protected virtual Microsoft.AspNetCore.Mvc.Rendering.TagBuilder GenerateLink (string linkText, string url, object htmlAttributes);
abstract member GenerateLink : string * string * obj -> Microsoft.AspNetCore.Mvc.Rendering.TagBuilder
override this.GenerateLink : string * string * obj -> Microsoft.AspNetCore.Mvc.Rendering.TagBuilder
Protected Overridable Function GenerateLink (linkText As String, url As String, htmlAttributes As Object) As TagBuilder

Parameters

linkText
String

The text for the link.

url
String

The url for the link.

htmlAttributes
Object

The html attributes.

Returns

The TagBuilder.

Applies to