ScriptTagHelper.AppendVersion Propiedad

Definición

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

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

Nullable<Boolean>
Atributos

Comentarios

Se agrega una cadena de consulta "v" con el contenido codificado del archivo.

Se aplica a