Share via


ManageNavPages.DownloadPersonalDataNavClass(ViewContext) 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 DownloadPersonalDataNavClass (Microsoft.AspNetCore.Mvc.Rendering.ViewContext viewContext);
public static string? DownloadPersonalDataNavClass (Microsoft.AspNetCore.Mvc.Rendering.ViewContext viewContext);
static member DownloadPersonalDataNavClass : Microsoft.AspNetCore.Mvc.Rendering.ViewContext -> string
Public Shared Function DownloadPersonalDataNavClass (viewContext As ViewContext) As String

Parameters

viewContext
ViewContext

Returns

Applies to