次の方法で共有


ScriptTagHelper.SrcInclude プロパティ

定義

読み込む JavaScript スクリプトの globbed ファイル パターンのコンマ区切りのリスト。 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

プロパティ値

属性

適用対象