Share via


ManageNavPages.PageNavClass(ViewContext, String) Method

Definition

This API supports the ASP.NET Core Identity default UI infrastructure and is not intended to be used directly from your code. This API may change or be removed in future releases.

public static string PageNavClass (Microsoft.AspNetCore.Mvc.Rendering.ViewContext viewContext, string page);
public static string? PageNavClass (Microsoft.AspNetCore.Mvc.Rendering.ViewContext viewContext, string page);
static member PageNavClass : Microsoft.AspNetCore.Mvc.Rendering.ViewContext * string -> string
Public Shared Function PageNavClass (viewContext As ViewContext, page As String) As String

Parameters

viewContext
ViewContext
page
String

Returns

Applies to