ImageTagHelper.AppendVersion Vlastnost

Definice

Hodnota označující, jestli se má k adresám URL src připojit verze souboru.

public:
 property bool AppendVersion { bool get(); void set(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 : bool with get, set
Public Property AppendVersion As Boolean

Hodnota vlastnosti

Atributy

Poznámky

Pokud true se pak přidá řetězec dotazu "v" s kódovaným obsahem souboru.

Platí pro