Compartir a través de


LinkTagHelper.AppendVersion Propiedad

Definición

Valor que indica si la versión del archivo se debe anexar a las direcciones URL de href.

public:
 property Nullable<bool> AppendVersion { Nullable<bool> get(); void set(Nullable<bool> value); };
[Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeName("asp-append-version")]
public bool? AppendVersion { get; set; }
[<Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeName("asp-append-version")>]
member this.AppendVersion : Nullable<bool> with get, set
Public Property AppendVersion As Nullable(Of Boolean)

Valor de propiedad

Atributos

Comentarios

Si true , a continuación, se agrega una cadena de consulta "v" con el contenido codificado del archivo.

Se aplica a