NavLink.ActiveClass Propriedade

Definição

Obtém ou define o nome da classe CSS aplicado ao NavLink quando a rota atual corresponde ao href NavLink.

public:
 property System::String ^ ActiveClass { System::String ^ get(); void set(System::String ^ value); };
[Microsoft.AspNetCore.Components.Parameter]
public string ActiveClass { get; set; }
[Microsoft.AspNetCore.Components.Parameter]
public string? ActiveClass { get; set; }
[<Microsoft.AspNetCore.Components.Parameter>]
member this.ActiveClass : string with get, set
Public Property ActiveClass As String

Valor da propriedade

Atributos

Aplica-se a