DefaultUIOptions.UIFramework Property

Definition

Gets or sets the UIFramework to use with the default UI.

public:
 property Microsoft::AspNetCore::Identity::UI::UIFramework UIFramework { Microsoft::AspNetCore::Identity::UI::UIFramework get(); void set(Microsoft::AspNetCore::Identity::UI::UIFramework value); };
public Microsoft.AspNetCore.Identity.UI.UIFramework UIFramework { get; set; }
member this.UIFramework : Microsoft.AspNetCore.Identity.UI.UIFramework with get, set
Public Property UIFramework As UIFramework

Property Value

Applies to