@@ -16,21 +16,6 @@ public event Microsoft.AspNetCore.Components.AuthenticationStateChangedHandler A
16
16
public abstract System . Threading . Tasks . Task < Microsoft . AspNetCore . Components . AuthenticationState > GetAuthenticationStateAsync ( ) ;
17
17
protected void NotifyAuthenticationStateChanged ( System . Threading . Tasks . Task < Microsoft . AspNetCore . Components . AuthenticationState > task ) { }
18
18
}
19
- public partial class AuthorizeView : Microsoft . AspNetCore . Components . ComponentBase
20
- {
21
- public AuthorizeView ( ) { }
22
- [ Microsoft . AspNetCore . Components . ParameterAttribute ]
23
- public Microsoft . AspNetCore . Components . RenderFragment < Microsoft . AspNetCore . Components . AuthenticationState > Authorized { [ System . Runtime . CompilerServices . CompilerGeneratedAttribute ] get { throw null ; } }
24
- [ Microsoft . AspNetCore . Components . ParameterAttribute ]
25
- public Microsoft . AspNetCore . Components . RenderFragment Authorizing { [ System . Runtime . CompilerServices . CompilerGeneratedAttribute ] get { throw null ; } }
26
- [ Microsoft . AspNetCore . Components . ParameterAttribute ]
27
- public Microsoft . AspNetCore . Components . RenderFragment < Microsoft . AspNetCore . Components . AuthenticationState > ChildContent { [ System . Runtime . CompilerServices . CompilerGeneratedAttribute ] get { throw null ; } }
28
- [ Microsoft . AspNetCore . Components . ParameterAttribute ]
29
- public Microsoft . AspNetCore . Components . RenderFragment NotAuthorized { [ System . Runtime . CompilerServices . CompilerGeneratedAttribute ] get { throw null ; } }
30
- protected override void BuildRenderTree ( Microsoft . AspNetCore . Components . RenderTree . RenderTreeBuilder builder ) { }
31
- [ System . Diagnostics . DebuggerStepThroughAttribute ]
32
- protected override System . Threading . Tasks . Task OnParametersSetAsync ( ) { throw null ; }
33
- }
34
19
[ Microsoft . AspNetCore . Components . BindElementAttribute ( "select" , null , "value" , "onchange" ) ]
35
20
[ Microsoft . AspNetCore . Components . BindElementAttribute ( "textarea" , null , "value" , "onchange" ) ]
36
21
[ Microsoft . AspNetCore . Components . BindInputElementAttribute ( "checkbox" , null , "checked" , "onchange" ) ]
@@ -85,15 +70,6 @@ public static partial class BindMethods
85
70
public static System . Action < Microsoft . AspNetCore . Components . UIEventArgs > SetValueHandler ( System . Action < string > setter , string existingValue ) { throw null ; }
86
71
public static System . Action < Microsoft . AspNetCore . Components . UIEventArgs > SetValueHandler < T > ( System . Action < T > setter , T existingValue ) { throw null ; }
87
72
}
88
- public partial class CascadingAuthenticationState : Microsoft . AspNetCore . Components . ComponentBase , System . IDisposable
89
- {
90
- public CascadingAuthenticationState ( ) { }
91
- [ Microsoft . AspNetCore . Components . ParameterAttribute ]
92
- public Microsoft . AspNetCore . Components . RenderFragment ChildContent { [ System . Runtime . CompilerServices . CompilerGeneratedAttribute ] get { throw null ; } }
93
- protected override void BuildRenderTree ( Microsoft . AspNetCore . Components . RenderTree . RenderTreeBuilder builder ) { }
94
- protected override void OnInit ( ) { }
95
- void System . IDisposable . Dispose ( ) { }
96
- }
97
73
[ System . AttributeUsageAttribute ( System . AttributeTargets . Property , AllowMultiple = false , Inherited = false ) ]
98
74
public sealed partial class CascadingParameterAttribute : System . Attribute
99
75
{
0 commit comments