ImageTagHelper.AppendVersion 属性

定义

指示是否应将文件版本追加到 src URL 的值。

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

属性值

属性

注解

如果 true 随后会添加包含文件编码内容的查询字符串“v”。

适用于