NavLink.ActiveClass Propriété

Définition

Obtient ou définit le nom de classe CSS appliqué à NavLink lorsque l’itinéraire actuel correspond à navLink href.

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

Valeur de propriété

Attributs

S’applique à