共用方式為


ScriptTagHelper.SrcInclude 屬性

定義

要載入之 JavaScript 腳本之萬用字元檔案模式的逗號分隔清單。 Glob 模式會相對於應用程式的 'webroot' 設定進行評估。

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

屬性值

屬性

適用於