Share via


ImageTagHelper.Src 屬性

定義

影像的來源。

public:
 property System::String ^ Src { System::String ^ get(); void set(System::String ^ value); };
[Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeName("src")]
public string Src { get; set; }
[<Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeName("src")>]
member this.Src : string with get, set
Public Property Src As String

屬性值

屬性

備註

在所有情況下傳遞至產生的 HTML。

適用於