次の方法で共有


LinkTagHelper.HrefExclude プロパティ

定義

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

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

プロパティ値

属性

適用対象