LinkTagHelper.HrefExclude Свойство

Определение

Список разделенных запятыми шаблонов файлов таблиц стилей CSS, которые необходимо исключить из загрузки. Шаблоны маски оцениваются относительно параметра "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

Значение свойства

Атрибуты

Применяется к