DefaultHtmlGenerator.GenerateLink(String, String, Object) Metodo

Definizione

Generare un collegamento.

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

Parametri

linkText
String

Testo per il collegamento.

url
String

URL per il collegamento.

htmlAttributes
Object

Attributi HTML.

Restituisce

Oggetto TagBuilder.

Si applica a