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

속성 값

특성

적용 대상