DefaultUIOptions.UIFramework Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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