Skip to content

Commit 51d419a

Browse files
committed
Fix razor PublicAPI files
1 parent 956b843 commit 51d419a

File tree

2 files changed

+96
-0
lines changed

2 files changed

+96
-0
lines changed

src/Azure/AzureAD/Authentication.AzureAD.UI/src/PublicAPI.Unshipped.txt

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,61 @@ Microsoft.AspNetCore.Authentication.AzureAD.UI.AzureADOptions.AzureADOptions() -
55
Microsoft.AspNetCore.Authentication.AzureAD.UI.Internal.AccessDeniedModel
66
Microsoft.AspNetCore.Authentication.AzureAD.UI.Internal.AccessDeniedModel.AccessDeniedModel() -> void
77
Microsoft.AspNetCore.Authentication.AzureAD.UI.Internal.AccessDeniedModel.OnGet() -> void
8+
Microsoft.AspNetCore.Authentication.AzureAD.UI.Internal.Areas_AzureAD_Pages__ViewStart
9+
Microsoft.AspNetCore.Authentication.AzureAD.UI.Internal.Areas_AzureAD_Pages_Account__viewImports
10+
Microsoft.AspNetCore.Authentication.AzureAD.UI.Internal.Areas_AzureAD_Pages_Account_AccessDenied
11+
Microsoft.AspNetCore.Authentication.AzureAD.UI.Internal.Areas_AzureAD_Pages_Account_Error
12+
Microsoft.AspNetCore.Authentication.AzureAD.UI.Internal.Areas_AzureAD_Pages_Account_SignedOut
813
Microsoft.AspNetCore.Authentication.AzureAD.UI.Internal.ErrorModel
914
Microsoft.AspNetCore.Authentication.AzureAD.UI.Internal.ErrorModel.ErrorModel() -> void
1015
Microsoft.AspNetCore.Authentication.AzureAD.UI.Internal.ErrorModel.OnGet() -> void
1116
Microsoft.AspNetCore.Authentication.AzureAD.UI.Internal.ErrorModel.ShowRequestId.get -> bool
1217
Microsoft.AspNetCore.Authentication.AzureAD.UI.Internal.SignedOutModel
1318
Microsoft.AspNetCore.Authentication.AzureAD.UI.Internal.SignedOutModel.SignedOutModel() -> void
1419
Microsoft.AspNetCore.Authentication.AzureADAuthenticationBuilderExtensions
20+
~Microsoft.AspNetCore.Authentication.AzureAD.UI.Internal.Areas_AzureAD_Pages__ViewStart.Areas_AzureAD_Pages__ViewStart() -> void
21+
~Microsoft.AspNetCore.Authentication.AzureAD.UI.Internal.Areas_AzureAD_Pages__ViewStart.Component.get -> Microsoft.AspNetCore.Mvc.IViewComponentHelper
22+
~Microsoft.AspNetCore.Authentication.AzureAD.UI.Internal.Areas_AzureAD_Pages__ViewStart.ExecuteAsync() -> System.Threading.Tasks.Task
23+
~Microsoft.AspNetCore.Authentication.AzureAD.UI.Internal.Areas_AzureAD_Pages__ViewStart.Engine.get -> Microsoft.AspNetCore.Mvc.ViewFeatures.ICompositeViewEngine
24+
~Microsoft.AspNetCore.Authentication.AzureAD.UI.Internal.Areas_AzureAD_Pages__ViewStart.Environment.get -> Microsoft.AspNetCore.Hosting.WebHostEnvironment
25+
~Microsoft.AspNetCore.Authentication.AzureAD.UI.Internal.Areas_AzureAD_Pages__ViewStart.Html.get -> Microsoft.AspNetCore.Mvc.Rendering.IHtmlHelper<dynamic>
26+
~Microsoft.AspNetCore.Authentication.AzureAD.UI.Internal.Areas_AzureAD_Pages__ViewStart.Json.get -> Microsoft.AspNetCore.Mvc.Rendering.IJsonHelper
27+
~Microsoft.AspNetCore.Authentication.AzureAD.UI.Internal.Areas_AzureAD_Pages__ViewStart.ModelExpressionProvider.get -> Microsoft.AspNetCore.Mvc.ViewFeatures.IModelExpressionProvider
28+
~Microsoft.AspNetCore.Authentication.AzureAD.UI.Internal.Areas_AzureAD_Pages__ViewStart.Url.get -> Microsoft.AspNetCore.Mvc.IUrlHelper
29+
~Microsoft.AspNetCore.Authentication.AzureAD.UI.Internal.Areas_AzureAD_Pages_Account__viewImports.Areas_AzureAD_Pages_Account__viewImports() -> void
30+
~Microsoft.AspNetCore.Authentication.AzureAD.UI.Internal.Areas_AzureAD_Pages_Account__viewImports.Component.get -> Microsoft.AspNetCore.Mvc.IViewComponentHelper
31+
~Microsoft.AspNetCore.Authentication.AzureAD.UI.Internal.Areas_AzureAD_Pages_Account__viewImports.ExecuteAsync() -> System.Threading.Tasks.Task
32+
~Microsoft.AspNetCore.Authentication.AzureAD.UI.Internal.Areas_AzureAD_Pages_Account__viewImports.Html.get -> Microsoft.AspNetCore.Mvc.Rendering.IHtmlHelper<dynamic>
33+
~Microsoft.AspNetCore.Authentication.AzureAD.UI.Internal.Areas_AzureAD_Pages_Account__viewImports.Json.get -> Microsoft.AspNetCore.Mvc.Rendering.IJsonHelper
34+
~Microsoft.AspNetCore.Authentication.AzureAD.UI.Internal.Areas_AzureAD_Pages_Account__viewImports.ModelExpressionProvider.get -> Microsoft.AspNetCore.Mvc.ViewFeatures.IModelExpressionProvider
35+
~Microsoft.AspNetCore.Authentication.AzureAD.UI.Internal.Areas_AzureAD_Pages_Account__viewImports.Url.get -> Microsoft.AspNetCore.Mvc.IUrlHelper
36+
~Microsoft.AspNetCore.Authentication.AzureAD.UI.Internal.Areas_AzureAD_Pages_Account_AccessDenied.Areas_AzureAD_Pages_Account_AccessDenied() -> void
37+
~Microsoft.AspNetCore.Authentication.AzureAD.UI.Internal.Areas_AzureAD_Pages_Account_AccessDenied.Component.get -> Microsoft.AspNetCore.Mvc.IViewComponentHelper
38+
~Microsoft.AspNetCore.Authentication.AzureAD.UI.Internal.Areas_AzureAD_Pages_Account_AccessDenied.ExecuteAsync() -> System.Threading.Tasks.Task
39+
~Microsoft.AspNetCore.Authentication.AzureAD.UI.Internal.Areas_AzureAD_Pages_Account_AccessDenied.Html.get -> Microsoft.AspNetCore.Mvc.Rendering.IHtmlHelper<Microsoft.AspNetCore.Authentication.AzureAD.UI.Internal.AccessDeniedModel>
40+
~Microsoft.AspNetCore.Authentication.AzureAD.UI.Internal.Areas_AzureAD_Pages_Account_AccessDenied.Json.get -> Microsoft.AspNetCore.Mvc.Rendering.IJsonHelper
41+
~Microsoft.AspNetCore.Authentication.AzureAD.UI.Internal.Areas_AzureAD_Pages_Account_AccessDenied.Model.get -> Microsoft.AspNetCore.Authentication.AzureAD.UI.Internal.AccessDeniedModel
42+
~Microsoft.AspNetCore.Authentication.AzureAD.UI.Internal.Areas_AzureAD_Pages_Account_AccessDenied.ModelExpressionProvider.get -> Microsoft.AspNetCore.Mvc.ViewFeatures.IModelExpressionProvider
43+
~Microsoft.AspNetCore.Authentication.AzureAD.UI.Internal.Areas_AzureAD_Pages_Account_AccessDenied.Url.get -> Microsoft.AspNetCore.Mvc.IUrlHelper
44+
~Microsoft.AspNetCore.Authentication.AzureAD.UI.Internal.Areas_AzureAD_Pages_Account_AccessDenied.ViewData.get -> Microsoft.AspNetCore.Mvc.ViewFeatures.ViewDataDictionary<Microsoft.AspNetCore.Authentication.AzureAD.UI.Internal.AccessDeniedModel>
45+
~Microsoft.AspNetCore.Authentication.AzureAD.UI.Internal.Areas_AzureAD_Pages_Account_Error.Areas_AzureAD_Pages_Account_Error() -> void
46+
~Microsoft.AspNetCore.Authentication.AzureAD.UI.Internal.Areas_AzureAD_Pages_Account_Error.Component.get -> Microsoft.AspNetCore.Mvc.IViewComponentHelper
47+
~Microsoft.AspNetCore.Authentication.AzureAD.UI.Internal.Areas_AzureAD_Pages_Account_Error.ExecuteAsync() -> System.Threading.Tasks.Task
48+
~Microsoft.AspNetCore.Authentication.AzureAD.UI.Internal.Areas_AzureAD_Pages_Account_Error.Html.get -> Microsoft.AspNetCore.Mvc.Rendering.IHtmlHelper<Microsoft.AspNetCore.Authentication.AzureAD.UI.Internal.ErrorModel>
49+
~Microsoft.AspNetCore.Authentication.AzureAD.UI.Internal.Areas_AzureAD_Pages_Account_Error.Json.get -> Microsoft.AspNetCore.Mvc.Rendering.IJsonHelper
50+
~Microsoft.AspNetCore.Authentication.AzureAD.UI.Internal.Areas_AzureAD_Pages_Account_Error.Model.get -> Microsoft.AspNetCore.Authentication.AzureAD.UI.Internal.ErrorModel
51+
~Microsoft.AspNetCore.Authentication.AzureAD.UI.Internal.Areas_AzureAD_Pages_Account_Error.ModelExpressionProvider.get -> Microsoft.AspNetCore.Mvc.ViewFeatures.IModelExpressionProvider
52+
~Microsoft.AspNetCore.Authentication.AzureAD.UI.Internal.Areas_AzureAD_Pages_Account_Error.Url.get -> Microsoft.AspNetCore.Mvc.IUrlHelper
53+
~Microsoft.AspNetCore.Authentication.AzureAD.UI.Internal.Areas_AzureAD_Pages_Account_Error.ViewData.get -> Microsoft.AspNetCore.Mvc.ViewFeatures.ViewDataDictionary<Microsoft.AspNetCore.Authentication.AzureAD.UI.Internal.ErrorModel>
54+
~Microsoft.AspNetCore.Authentication.AzureAD.UI.Internal.Areas_AzureAD_Pages_Account_SignedOut.Areas_AzureAD_Pages_Account_SignedOut() -> void
55+
~Microsoft.AspNetCore.Authentication.AzureAD.UI.Internal.Areas_AzureAD_Pages_Account_SignedOut.Component.get -> Microsoft.AspNetCore.Mvc.IViewComponentHelper
56+
~Microsoft.AspNetCore.Authentication.AzureAD.UI.Internal.Areas_AzureAD_Pages_Account_SignedOut.ExecuteAsync() -> System.Threading.Tasks.Task
57+
~Microsoft.AspNetCore.Authentication.AzureAD.UI.Internal.Areas_AzureAD_Pages_Account_SignedOut.Html.get -> Microsoft.AspNetCore.Mvc.Rendering.IHtmlHelper<Microsoft.AspNetCore.Authentication.AzureAD.UI.Internal.SignedOutModel>
58+
~Microsoft.AspNetCore.Authentication.AzureAD.UI.Internal.Areas_AzureAD_Pages_Account_SignedOut.Json.get -> Microsoft.AspNetCore.Mvc.Rendering.IJsonHelper
59+
~Microsoft.AspNetCore.Authentication.AzureAD.UI.Internal.Areas_AzureAD_Pages_Account_SignedOut.Model.get -> Microsoft.AspNetCore.Authentication.AzureAD.UI.Internal.SignedOutModel
60+
~Microsoft.AspNetCore.Authentication.AzureAD.UI.Internal.Areas_AzureAD_Pages_Account_SignedOut.ModelExpressionProvider.get -> Microsoft.AspNetCore.Mvc.ViewFeatures.IModelExpressionProvider
61+
~Microsoft.AspNetCore.Authentication.AzureAD.UI.Internal.Areas_AzureAD_Pages_Account_SignedOut.Url.get -> Microsoft.AspNetCore.Mvc.IUrlHelper
62+
~Microsoft.AspNetCore.Authentication.AzureAD.UI.Internal.Areas_AzureAD_Pages_Account_SignedOut.ViewData.get -> Microsoft.AspNetCore.Mvc.ViewFeatures.ViewDataDictionary<Microsoft.AspNetCore.Authentication.AzureAD.UI.Internal.SignedOutModel>
1563
~Microsoft.AspNetCore.Authentication.AzureAD.UI.AzureADOptions.AllSchemes.get -> string[]
1664
~Microsoft.AspNetCore.Authentication.AzureAD.UI.AzureADOptions.CallbackPath.get -> string
1765
~Microsoft.AspNetCore.Authentication.AzureAD.UI.AzureADOptions.CallbackPath.set -> void

src/Azure/AzureAD/Authentication.AzureADB2C.UI/src/PublicAPI.Unshipped.txt

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,61 @@ Microsoft.AspNetCore.Authentication.AzureADB2C.UI.AzureADB2COptions.AzureADB2COp
55
Microsoft.AspNetCore.Authentication.AzureADB2C.UI.Internal.AccessDeniedModel
66
Microsoft.AspNetCore.Authentication.AzureADB2C.UI.Internal.AccessDeniedModel.AccessDeniedModel() -> void
77
Microsoft.AspNetCore.Authentication.AzureADB2C.UI.Internal.AccessDeniedModel.OnGet() -> void
8+
Microsoft.AspNetCore.Authentication.AzureADB2C.UI.Internal.Areas_AzureADB2C_Pages__ViewStart
9+
Microsoft.AspNetCore.Authentication.AzureADB2C.UI.Internal.Areas_AzureADB2C_Pages_Account__viewImports
10+
Microsoft.AspNetCore.Authentication.AzureADB2C.UI.Internal.Areas_AzureADB2C_Pages_Account_AccessDenied
11+
Microsoft.AspNetCore.Authentication.AzureADB2C.UI.Internal.Areas_AzureADB2C_Pages_Account_Error
12+
Microsoft.AspNetCore.Authentication.AzureADB2C.UI.Internal.Areas_AzureADB2C_Pages_Account_SignedOut
813
Microsoft.AspNetCore.Authentication.AzureADB2C.UI.Internal.ErrorModel
914
Microsoft.AspNetCore.Authentication.AzureADB2C.UI.Internal.ErrorModel.ErrorModel() -> void
1015
Microsoft.AspNetCore.Authentication.AzureADB2C.UI.Internal.ErrorModel.OnGet() -> void
1116
Microsoft.AspNetCore.Authentication.AzureADB2C.UI.Internal.ErrorModel.ShowRequestId.get -> bool
1217
Microsoft.AspNetCore.Authentication.AzureADB2C.UI.Internal.SignedOutModel
1318
Microsoft.AspNetCore.Authentication.AzureADB2C.UI.Internal.SignedOutModel.SignedOutModel() -> void
1419
Microsoft.AspNetCore.Authentication.AzureADB2CAuthenticationBuilderExtensions
20+
~Microsoft.AspNetCore.Authentication.AzureADB2C.UI.Internal.Areas_AzureADB2C_Pages__ViewStart.Areas_AzureADB2C_Pages__ViewStart() -> void
21+
~Microsoft.AspNetCore.Authentication.AzureADB2C.UI.Internal.Areas_AzureADB2C_Pages__ViewStart.Component.get -> Microsoft.AspNetCore.Mvc.IViewComponentHelper
22+
~Microsoft.AspNetCore.Authentication.AzureADB2C.UI.Internal.Areas_AzureADB2C_Pages__ViewStart.ExecuteAsync() -> System.Threading.Tasks.Task
23+
~Microsoft.AspNetCore.Authentication.AzureADB2C.UI.Internal.Areas_AzureADB2C_Pages__ViewStart.Engine.get -> Microsoft.AspNetCore.Mvc.ViewFeatures.ICompositeViewEngine
24+
~Microsoft.AspNetCore.Authentication.AzureADB2C.UI.Internal.Areas_AzureADB2C_Pages__ViewStart.Environment.get -> Microsoft.AspNetCore.Hosting.WebHostEnvironment
25+
~Microsoft.AspNetCore.Authentication.AzureADB2C.UI.Internal.Areas_AzureADB2C_Pages__ViewStart.Html.get -> Microsoft.AspNetCore.Mvc.Rendering.IHtmlHelper<dynamic>
26+
~Microsoft.AspNetCore.Authentication.AzureADB2C.UI.Internal.Areas_AzureADB2C_Pages__ViewStart.Json.get -> Microsoft.AspNetCore.Mvc.Rendering.IJsonHelper
27+
~Microsoft.AspNetCore.Authentication.AzureADB2C.UI.Internal.Areas_AzureADB2C_Pages__ViewStart.ModelExpressionProvider.get -> Microsoft.AspNetCore.Mvc.ViewFeatures.IModelExpressionProvider
28+
~Microsoft.AspNetCore.Authentication.AzureADB2C.UI.Internal.Areas_AzureADB2C_Pages__ViewStart.Url.get -> Microsoft.AspNetCore.Mvc.IUrlHelper
29+
~Microsoft.AspNetCore.Authentication.AzureADB2C.UI.Internal.Areas_AzureADB2C_Pages_Account__viewImports.Areas_AzureADB2C_Pages_Account__viewImports() -> void
30+
~Microsoft.AspNetCore.Authentication.AzureADB2C.UI.Internal.Areas_AzureADB2C_Pages_Account__viewImports.Component.get -> Microsoft.AspNetCore.Mvc.IViewComponentHelper
31+
~Microsoft.AspNetCore.Authentication.AzureADB2C.UI.Internal.Areas_AzureADB2C_Pages_Account__viewImports.ExecuteAsync() -> System.Threading.Tasks.Task
32+
~Microsoft.AspNetCore.Authentication.AzureADB2C.UI.Internal.Areas_AzureADB2C_Pages_Account__viewImports.Html.get -> Microsoft.AspNetCore.Mvc.Rendering.IHtmlHelper<dynamic>
33+
~Microsoft.AspNetCore.Authentication.AzureADB2C.UI.Internal.Areas_AzureADB2C_Pages_Account__viewImports.Json.get -> Microsoft.AspNetCore.Mvc.Rendering.IJsonHelper
34+
~Microsoft.AspNetCore.Authentication.AzureADB2C.UI.Internal.Areas_AzureADB2C_Pages_Account__viewImports.ModelExpressionProvider.get -> Microsoft.AspNetCore.Mvc.ViewFeatures.IModelExpressionProvider
35+
~Microsoft.AspNetCore.Authentication.AzureADB2C.UI.Internal.Areas_AzureADB2C_Pages_Account__viewImports.Url.get -> Microsoft.AspNetCore.Mvc.IUrlHelper
36+
~Microsoft.AspNetCore.Authentication.AzureADB2C.UI.Internal.Areas_AzureADB2C_Pages_Account_AccessDenied.Areas_AzureADB2C_Pages_Account_AccessDenied() -> void
37+
~Microsoft.AspNetCore.Authentication.AzureADB2C.UI.Internal.Areas_AzureADB2C_Pages_Account_AccessDenied.Component.get -> Microsoft.AspNetCore.Mvc.IViewComponentHelper
38+
~Microsoft.AspNetCore.Authentication.AzureADB2C.UI.Internal.Areas_AzureADB2C_Pages_Account_AccessDenied.ExecuteAsync() -> System.Threading.Tasks.Task
39+
~Microsoft.AspNetCore.Authentication.AzureADB2C.UI.Internal.Areas_AzureADB2C_Pages_Account_AccessDenied.Html.get -> Microsoft.AspNetCore.Mvc.Rendering.IHtmlHelper<Microsoft.AspNetCore.Authentication.AzureADB2C.UI.Internal.AccessDeniedModel>
40+
~Microsoft.AspNetCore.Authentication.AzureADB2C.UI.Internal.Areas_AzureADB2C_Pages_Account_AccessDenied.Json.get -> Microsoft.AspNetCore.Mvc.Rendering.IJsonHelper
41+
~Microsoft.AspNetCore.Authentication.AzureADB2C.UI.Internal.Areas_AzureADB2C_Pages_Account_AccessDenied.Model.get -> Microsoft.AspNetCore.Authentication.AzureADB2C.UI.Internal.AccessDeniedModel
42+
~Microsoft.AspNetCore.Authentication.AzureADB2C.UI.Internal.Areas_AzureADB2C_Pages_Account_AccessDenied.ModelExpressionProvider.get -> Microsoft.AspNetCore.Mvc.ViewFeatures.IModelExpressionProvider
43+
~Microsoft.AspNetCore.Authentication.AzureADB2C.UI.Internal.Areas_AzureADB2C_Pages_Account_AccessDenied.Url.get -> Microsoft.AspNetCore.Mvc.IUrlHelper
44+
~Microsoft.AspNetCore.Authentication.AzureADB2C.UI.Internal.Areas_AzureADB2C_Pages_Account_AccessDenied.ViewData.get -> Microsoft.AspNetCore.Mvc.ViewFeatures.ViewDataDictionary<Microsoft.AspNetCore.Authentication.AzureADB2C.UI.Internal.AccessDeniedModel>
45+
~Microsoft.AspNetCore.Authentication.AzureADB2C.UI.Internal.Areas_AzureADB2C_Pages_Account_Error.Areas_AzureADB2C_Pages_Account_Error() -> void
46+
~Microsoft.AspNetCore.Authentication.AzureADB2C.UI.Internal.Areas_AzureADB2C_Pages_Account_Error.Component.get -> Microsoft.AspNetCore.Mvc.IViewComponentHelper
47+
~Microsoft.AspNetCore.Authentication.AzureADB2C.UI.Internal.Areas_AzureADB2C_Pages_Account_Error.ExecuteAsync() -> System.Threading.Tasks.Task
48+
~Microsoft.AspNetCore.Authentication.AzureADB2C.UI.Internal.Areas_AzureADB2C_Pages_Account_Error.Html.get -> Microsoft.AspNetCore.Mvc.Rendering.IHtmlHelper<Microsoft.AspNetCore.Authentication.AzureADB2C.UI.Internal.ErrorModel>
49+
~Microsoft.AspNetCore.Authentication.AzureADB2C.UI.Internal.Areas_AzureADB2C_Pages_Account_Error.Json.get -> Microsoft.AspNetCore.Mvc.Rendering.IJsonHelper
50+
~Microsoft.AspNetCore.Authentication.AzureADB2C.UI.Internal.Areas_AzureADB2C_Pages_Account_Error.Model.get -> Microsoft.AspNetCore.Authentication.AzureADB2C.UI.Internal.ErrorModel
51+
~Microsoft.AspNetCore.Authentication.AzureADB2C.UI.Internal.Areas_AzureADB2C_Pages_Account_Error.ModelExpressionProvider.get -> Microsoft.AspNetCore.Mvc.ViewFeatures.IModelExpressionProvider
52+
~Microsoft.AspNetCore.Authentication.AzureADB2C.UI.Internal.Areas_AzureADB2C_Pages_Account_Error.Url.get -> Microsoft.AspNetCore.Mvc.IUrlHelper
53+
~Microsoft.AspNetCore.Authentication.AzureADB2C.UI.Internal.Areas_AzureADB2C_Pages_Account_Error.ViewData.get -> Microsoft.AspNetCore.Mvc.ViewFeatures.ViewDataDictionary<Microsoft.AspNetCore.Authentication.AzureADB2C.UI.Internal.ErrorModel>
54+
~Microsoft.AspNetCore.Authentication.AzureADB2C.UI.Internal.Areas_AzureADB2C_Pages_Account_SignedOut.Areas_AzureADB2C_Pages_Account_SignedOut() -> void
55+
~Microsoft.AspNetCore.Authentication.AzureADB2C.UI.Internal.Areas_AzureADB2C_Pages_Account_SignedOut.Component.get -> Microsoft.AspNetCore.Mvc.IViewComponentHelper
56+
~Microsoft.AspNetCore.Authentication.AzureADB2C.UI.Internal.Areas_AzureADB2C_Pages_Account_SignedOut.ExecuteAsync() -> System.Threading.Tasks.Task
57+
~Microsoft.AspNetCore.Authentication.AzureADB2C.UI.Internal.Areas_AzureADB2C_Pages_Account_SignedOut.Html.get -> Microsoft.AspNetCore.Mvc.Rendering.IHtmlHelper<Microsoft.AspNetCore.Authentication.AzureADB2C.UI.Internal.SignedOutModel>
58+
~Microsoft.AspNetCore.Authentication.AzureADB2C.UI.Internal.Areas_AzureADB2C_Pages_Account_SignedOut.Json.get -> Microsoft.AspNetCore.Mvc.Rendering.IJsonHelper
59+
~Microsoft.AspNetCore.Authentication.AzureADB2C.UI.Internal.Areas_AzureADB2C_Pages_Account_SignedOut.Model.get -> Microsoft.AspNetCore.Authentication.AzureADB2C.UI.Internal.SignedOutModel
60+
~Microsoft.AspNetCore.Authentication.AzureADB2C.UI.Internal.Areas_AzureADB2C_Pages_Account_SignedOut.ModelExpressionProvider.get -> Microsoft.AspNetCore.Mvc.ViewFeatures.IModelExpressionProvider
61+
~Microsoft.AspNetCore.Authentication.AzureADB2C.UI.Internal.Areas_AzureADB2C_Pages_Account_SignedOut.Url.get -> Microsoft.AspNetCore.Mvc.IUrlHelper
62+
~Microsoft.AspNetCore.Authentication.AzureADB2C.UI.Internal.Areas_AzureADB2C_Pages_Account_SignedOut.ViewData.get -> Microsoft.AspNetCore.Mvc.ViewFeatures.ViewDataDictionary<Microsoft.AspNetCore.Authentication.AzureADB2C.UI.Internal.SignedOutModel>
1563
~Microsoft.AspNetCore.Authentication.AzureADB2C.UI.AzureADB2COptions.AllSchemes.get -> string[]
1664
~Microsoft.AspNetCore.Authentication.AzureADB2C.UI.AzureADB2COptions.CallbackPath.get -> string
1765
~Microsoft.AspNetCore.Authentication.AzureADB2C.UI.AzureADB2COptions.CallbackPath.set -> void

0 commit comments

Comments
 (0)