Share via


LinkTagHelper.FallbackHrefExclude Propriedade

Definição

Uma lista separada por vírgulas de padrões de arquivo globbed de folhas de estilos CSS a serem excluídas da lista de fallback, caso a principal falhe. Os padrões glob são avaliados em relação à configuração 'webroot' do aplicativo. Deve ser usado em conjunto com FallbackHrefInclude.

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

Valor da propriedade

Atributos

Aplica-se a