Share via


LinkTagHelper.HrefExclude Propriedade

Definição

Uma lista separada por vírgulas de padrões de arquivo globbed de folhas de estilos CSS a serem excluídas do carregamento. Os padrões glob são avaliados em relação à configuração 'webroot' do aplicativo. Deve ser usado em conjunto com 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

Valor da propriedade

Atributos

Aplica-se a