Share via


ScriptTagHelper.SrcExclude プロパティ

定義

読み込みから除外する JavaScript スクリプトの globbed ファイル パターンのコンマ区切りリスト。 glob パターンは、アプリケーションの 'webroot' 設定に対して相対的に評価されます。 SrcInclude と組み合わせて使用する必要があります。

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

プロパティ値

属性

適用対象