NavLink.ActiveClass 속성

정의

현재 경로가 NavLink href와 일치하는 경우 NavLink에 적용된 CSS 클래스 이름을 가져오거나 설정합니다.

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

속성 값

특성

적용 대상