├── .gitignore ├── .openpublishing.publish.config.json ├── .openpublishing.redirection.json ├── CODE-OF-CONDUCT.md ├── CONTRIBUTING.md ├── LICENSE ├── LICENSE-CODE ├── README.md ├── ThirdPartyNotices ├── aspnet-core ├── aspnetcore-legacy.yml ├── breadcrumb │ └── toc.yml ├── docfx.json ├── missing_apis.yml └── xml │ ├── AspNetCore │ ├── Areas_AzureADB2C_Pages__ViewStart.xml │ └── Areas_AzureAD_Pages__ViewStart.xml │ ├── FrameworksIndex │ ├── aspnetcore-1.0.xml │ ├── aspnetcore-1.1.xml │ ├── aspnetcore-10.0.xml │ ├── aspnetcore-2.0.xml │ ├── aspnetcore-2.1.xml │ ├── aspnetcore-2.2.xml │ ├── aspnetcore-3.0.xml │ ├── aspnetcore-3.1.xml │ ├── aspnetcore-5.0.xml │ ├── aspnetcore-6.0.xml │ ├── aspnetcore-7.0.xml │ ├── aspnetcore-8.0.xml │ ├── aspnetcore-9.0.xml │ ├── microsoft-owen-dotnet-4.2.xml │ ├── yarp-1.0.xml │ ├── yarp-1.1.xml │ ├── yarp-2.0.xml │ ├── yarp-2.1.xml │ └── yarp-2.2.xml │ ├── Microsoft.AspNet.Identity.CoreCompat │ ├── IdentityDbContext`1.xml │ ├── IdentityDbContext`7.xml │ ├── IdentityRole.xml │ ├── IdentityRoleClaim.xml │ ├── IdentityRoleClaim`1.xml │ ├── IdentityRole`2.xml │ ├── IdentityUser.xml │ ├── IdentityUserLogin.xml │ ├── IdentityUserLogin`1.xml │ ├── IdentityUser`4.xml │ ├── UserStore`1.xml │ └── UserStore`6.xml │ ├── Microsoft.AspNetCore.Antiforgery.Internal │ ├── AntiforgeryFeature.xml │ ├── AntiforgeryOptionsSetup.xml │ ├── AntiforgerySerializationContext.xml │ ├── AntiforgerySerializationContextPooledObjectPolicy.xml │ ├── AntiforgeryToken.xml │ ├── BinaryBlob.xml │ ├── CryptographyAlgorithms.xml │ ├── DefaultAntiforgery.xml │ ├── DefaultAntiforgeryAdditionalDataProvider.xml │ ├── DefaultAntiforgeryTokenGenerator.xml │ ├── DefaultAntiforgeryTokenSerializer.xml │ ├── DefaultAntiforgeryTokenStore.xml │ ├── DefaultClaimUidExtractor.xml │ ├── IAntiforgeryFeature.xml │ ├── IAntiforgeryTokenGenerator.xml │ ├── IAntiforgeryTokenSerializer.xml │ ├── IAntiforgeryTokenStore.xml │ └── IClaimUidExtractor.xml │ ├── Microsoft.AspNetCore.Antiforgery │ ├── AntiforgeryOptions.xml │ ├── AntiforgeryTokenSet.xml │ ├── AntiforgeryValidationException.xml │ ├── IAntiforgery.xml │ ├── IAntiforgeryAdditionalDataProvider.xml │ ├── IAntiforgeryMetadata.xml │ ├── IAntiforgeryValidationFeature.xml │ └── RequireAntiforgeryTokenAttribute.xml │ ├── Microsoft.AspNetCore.ApiAuthorization.IdentityServer │ ├── ApiAuthorizationDbContext`1.xml │ ├── ApiAuthorizationOptions.xml │ ├── ApiResourceBuilder.xml │ ├── ApiResourceCollection.xml │ ├── ApiScopeCollection.xml │ ├── ApplicationProfiles.xml │ ├── ApplicationProfilesPropertyNames.xml │ ├── ApplicationProfilesPropertyValues.xml │ ├── ClientBuilder.xml │ ├── ClientCollection.xml │ ├── ClientParametersTagHelper.xml │ ├── IClientRequestParametersProvider.xml │ ├── IdentityResourceBuilder.xml │ ├── IdentityResourceCollection.xml │ └── IdentityServerJwtConstants.xml │ ├── Microsoft.AspNetCore.ApplicationInsights.HostingStartup │ ├── ApplicationInsightsHostingStartup.xml │ └── JavaScriptSnippetTagHelperComponent.xml │ ├── Microsoft.AspNetCore.Authentication.AzureAD.UI.Internal │ ├── AccessDeniedModel.xml │ ├── ErrorModel.xml │ └── SignedOutModel.xml │ ├── Microsoft.AspNetCore.Authentication.AzureAD.UI.Pages.Internal │ ├── Areas_AzureAD_Pages_Account_AccessDenied.xml │ ├── Areas_AzureAD_Pages_Account_Error.xml │ ├── Areas_AzureAD_Pages_Account_SignedOut.xml │ └── Areas_AzureAD_Pages_Account__viewImports.xml │ ├── Microsoft.AspNetCore.Authentication.AzureAD.UI │ ├── AzureADDefaults.xml │ └── AzureADOptions.xml │ ├── Microsoft.AspNetCore.Authentication.AzureADB2C.UI.Internal │ ├── AccessDeniedModel.xml │ ├── ErrorModel.xml │ └── SignedOutModel.xml │ ├── Microsoft.AspNetCore.Authentication.AzureADB2C.UI.Pages.Internal │ ├── Areas_AzureADB2C_Pages_Account_AccessDenied.xml │ ├── Areas_AzureADB2C_Pages_Account_Error.xml │ ├── Areas_AzureADB2C_Pages_Account_SignedOut.xml │ └── Areas_AzureADB2C_Pages_Account__viewImports.xml │ ├── Microsoft.AspNetCore.Authentication.AzureADB2C.UI │ ├── AzureADB2CDefaults.xml │ └── AzureADB2COptions.xml │ ├── Microsoft.AspNetCore.Authentication.BearerToken │ ├── AccessTokenResponse.xml │ ├── BearerTokenDefaults.xml │ ├── BearerTokenEvents.xml │ ├── BearerTokenOptions.xml │ └── MessageReceivedContext.xml │ ├── Microsoft.AspNetCore.Authentication.Certificate │ ├── CertificateAuthenticationDefaults.xml │ ├── CertificateAuthenticationEvents.xml │ ├── CertificateAuthenticationFailedContext.xml │ ├── CertificateAuthenticationOptions.xml │ ├── CertificateChallengeContext.xml │ ├── CertificateTypes.xml │ ├── CertificateValidatedContext.xml │ ├── CertificateValidationCache.xml │ ├── CertificateValidationCacheOptions.xml │ ├── ICertificateValidationCache.xml │ └── X509Certificate2Extensions.xml │ ├── Microsoft.AspNetCore.Authentication.Cookies │ ├── BaseCookieContext.xml │ ├── ChunkingCookieManager.xml │ ├── CookieAuthenticationDefaults.xml │ ├── CookieAuthenticationEvents.xml │ ├── CookieAuthenticationHandler.xml │ ├── CookieAuthenticationMiddleware.xml │ ├── CookieAuthenticationOptions.xml │ ├── CookieRedirectContext.xml │ ├── CookieSignedInContext.xml │ ├── CookieSigningInContext.xml │ ├── CookieSigningOutContext.xml │ ├── CookieSlidingExpirationContext.xml │ ├── CookieValidatePrincipalContext.xml │ ├── ICookieAuthenticationEvents.xml │ ├── ICookieManager.xml │ ├── ITicketStore.xml │ └── PostConfigureCookieAuthenticationOptions.xml │ ├── Microsoft.AspNetCore.Authentication.Facebook │ ├── FacebookDefaults.xml │ ├── FacebookHandler.xml │ ├── FacebookHelper.xml │ ├── FacebookMiddleware.xml │ └── FacebookOptions.xml │ ├── Microsoft.AspNetCore.Authentication.Google │ ├── GoogleChallengeProperties.xml │ ├── GoogleDefaults.xml │ ├── GoogleHandler.xml │ ├── GoogleHelper.xml │ ├── GoogleMiddleware.xml │ └── GoogleOptions.xml │ ├── Microsoft.AspNetCore.Authentication.Internal │ └── RequestPathBaseCookieBuilder.xml │ ├── Microsoft.AspNetCore.Authentication.JwtBearer │ ├── AuthenticationFailedContext.xml │ ├── BaseJwtBearerContext.xml │ ├── ForbiddenContext.xml │ ├── IJwtBearerEvents.xml │ ├── JwtBearerChallengeContext.xml │ ├── JwtBearerDefaults.xml │ ├── JwtBearerEvents.xml │ ├── JwtBearerHandler.xml │ ├── JwtBearerMiddleware.xml │ ├── JwtBearerOptions.xml │ ├── JwtBearerPostConfigureOptions.xml │ ├── MessageReceivedContext.xml │ └── TokenValidatedContext.xml │ ├── Microsoft.AspNetCore.Authentication.MicrosoftAccount │ ├── MicrosoftAccountDefaults.xml │ ├── MicrosoftAccountHandler.xml │ ├── MicrosoftAccountHelper.xml │ ├── MicrosoftAccountMiddleware.xml │ ├── MicrosoftAccountOptions.xml │ └── MicrosoftChallengeProperties.xml │ ├── Microsoft.AspNetCore.Authentication.Negotiate │ ├── AuthenticatedContext.xml │ ├── AuthenticationFailedContext.xml │ ├── ChallengeContext.xml │ ├── LdapContext.xml │ ├── LdapSettings.xml │ ├── NegotiateDefaults.xml │ ├── NegotiateEvents.xml │ ├── NegotiateHandler.xml │ ├── NegotiateOptions.xml │ └── PostConfigureNegotiateOptions.xml │ ├── Microsoft.AspNetCore.Authentication.OAuth.Claims │ ├── ClaimAction.xml │ ├── ClaimActionCollection.xml │ ├── CustomJsonClaimAction.xml │ ├── DeleteClaimAction.xml │ ├── JsonKeyClaimAction.xml │ ├── JsonSubKeyClaimAction.xml │ └── MapAllClaimsAction.xml │ ├── Microsoft.AspNetCore.Authentication.OAuth │ ├── IOAuthEvents.xml │ ├── OAuthChallengeProperties.xml │ ├── OAuthCodeExchangeContext.xml │ ├── OAuthConstants.xml │ ├── OAuthCreatingTicketContext.xml │ ├── OAuthDefaults.xml │ ├── OAuthEvents.xml │ ├── OAuthHandler`1.xml │ ├── OAuthMiddleware`1.xml │ ├── OAuthOptions.xml │ ├── OAuthRedirectToAuthorizationContext.xml │ └── OAuthTokenResponse.xml │ ├── Microsoft.AspNetCore.Authentication.OpenIdConnect.Claims │ └── UniqueJsonKeyClaimAction.xml │ ├── Microsoft.AspNetCore.Authentication.OpenIdConnect │ ├── AuthenticationFailedContext.xml │ ├── AuthorizationCodeReceivedContext.xml │ ├── BaseOpenIdConnectContext.xml │ ├── IOpenIdConnectEvents.xml │ ├── MessageReceivedContext.xml │ ├── OpenIdConnectChallengeProperties.xml │ ├── OpenIdConnectDefaults.xml │ ├── OpenIdConnectEvents.xml │ ├── OpenIdConnectHandler.xml │ ├── OpenIdConnectMiddleware.xml │ ├── OpenIdConnectOptions.xml │ ├── OpenIdConnectPostConfigureOptions.xml │ ├── OpenIdConnectRedirectBehavior.xml │ ├── PushedAuthorizationBehavior.xml │ ├── PushedAuthorizationContext.xml │ ├── RedirectContext.xml │ ├── RemoteSignOutContext.xml │ ├── TokenResponseReceivedContext.xml │ ├── TokenValidatedContext.xml │ └── UserInformationReceivedContext.xml │ ├── Microsoft.AspNetCore.Authentication.Twitter │ ├── AccessToken.xml │ ├── BaseTwitterContext.xml │ ├── ITwitterEvents.xml │ ├── RequestToken.xml │ ├── RequestTokenSerializer.xml │ ├── TwitterCreatingTicketContext.xml │ ├── TwitterDefaults.xml │ ├── TwitterEvents.xml │ ├── TwitterHandler.xml │ ├── TwitterMiddleware.xml │ ├── TwitterOptions.xml │ ├── TwitterPostConfigureOptions.xml │ └── TwitterRedirectToAuthorizationEndpointContext.xml │ ├── Microsoft.AspNetCore.Authentication.WsFederation │ ├── AuthenticationFailedContext.xml │ ├── MessageReceivedContext.xml │ ├── RedirectContext.xml │ ├── RemoteSignOutContext.xml │ ├── SecurityTokenReceivedContext.xml │ ├── SecurityTokenValidatedContext.xml │ ├── WsFederationDefaults.xml │ ├── WsFederationEvents.xml │ ├── WsFederationHandler.xml │ ├── WsFederationOptions.xml │ └── WsFederationPostConfigureOptions.xml │ ├── Microsoft.AspNetCore.Authentication │ ├── AccessDeniedContext.xml │ ├── AuthenticateResult.xml │ ├── AuthenticationBuilder.xml │ ├── AuthenticationBuilderExtensions.xml │ ├── AuthenticationConfigurationProviderExtensions.xml │ ├── AuthenticationFailureException.xml │ ├── AuthenticationFeature.xml │ ├── AuthenticationHandlerProvider.xml │ ├── AuthenticationHandler`1.xml │ ├── AuthenticationHttpContextExtensions.xml │ ├── AuthenticationMiddleware.xml │ ├── AuthenticationMiddleware`1.xml │ ├── AuthenticationOptions.xml │ ├── AuthenticationProperties.xml │ ├── AuthenticationScheme.xml │ ├── AuthenticationSchemeBuilder.xml │ ├── AuthenticationSchemeOptions.xml │ ├── AuthenticationSchemeProvider.xml │ ├── AuthenticationService.xml │ ├── AuthenticationTicket.xml │ ├── AuthenticationToken.xml │ ├── AuthenticationTokenExtensions.xml │ ├── AzureADAuthenticationBuilderExtensions.xml │ ├── AzureADB2CAuthenticationBuilderExtensions.xml │ ├── Base64UrlTextEncoder.xml │ ├── BaseContext.xml │ ├── BaseContext`1.xml │ ├── BaseControlContext.xml │ ├── ClaimActionCollectionMapExtensions.xml │ ├── ClaimActionCollectionUniqueExtensions.xml │ ├── ClaimsTransformationContext.xml │ ├── ClaimsTransformationHandler.xml │ ├── ClaimsTransformationMiddleware.xml │ ├── ClaimsTransformer.xml │ ├── EventResultState.xml │ ├── FailureContext.xml │ ├── HandleRequestContext`1.xml │ ├── HandleRequestResult.xml │ ├── IAuthenticateResultFeature.xml │ ├── IAuthenticationConfigurationProvider.xml │ ├── IAuthenticationFeature.xml │ ├── IAuthenticationHandler.xml │ ├── IAuthenticationHandlerProvider.xml │ ├── IAuthenticationRequestHandler.xml │ ├── IAuthenticationSchemeProvider.xml │ ├── IAuthenticationService.xml │ ├── IAuthenticationSignInHandler.xml │ ├── IAuthenticationSignOutHandler.xml │ ├── IClaimsTransformation.xml │ ├── IClaimsTransformer.xml │ ├── IDataSerializer`1.xml │ ├── IRemoteAuthenticationEvents.xml │ ├── ISecureDataFormat`1.xml │ ├── ISystemClock.xml │ ├── JsonDocumentAuthExtensions.xml │ ├── NoopClaimsTransformation.xml │ ├── PolicySchemeHandler.xml │ ├── PolicySchemeOptions.xml │ ├── PrincipalContext`1.xml │ ├── PropertiesContext`1.xml │ ├── PropertiesDataFormat.xml │ ├── PropertiesSerializer.xml │ ├── RedirectContext`1.xml │ ├── RemoteAuthenticationContext`1.xml │ ├── RemoteAuthenticationEvents.xml │ ├── RemoteAuthenticationHandler`1.xml │ ├── RemoteAuthenticationOptions.xml │ ├── RemoteFailureContext.xml │ ├── RequestPathBaseCookieBuilder.xml │ ├── ResultContext`1.xml │ ├── SecureDataFormat`1.xml │ ├── SharedAuthenticationOptions.xml │ ├── SignInAuthenticationHandler`1.xml │ ├── SignOutAuthenticationHandler`1.xml │ ├── SystemClock.xml │ ├── TicketDataFormat.xml │ ├── TicketReceivedContext.xml │ └── TicketSerializer.xml │ ├── Microsoft.AspNetCore.Authorization.Infrastructure │ ├── AssertionRequirement.xml │ ├── ClaimsAuthorizationRequirement.xml │ ├── DenyAnonymousAuthorizationRequirement.xml │ ├── NameAuthorizationRequirement.xml │ ├── OperationAuthorizationRequirement.xml │ ├── PassThroughAuthorizationHandler.xml │ └── RolesAuthorizationRequirement.xml │ ├── Microsoft.AspNetCore.Authorization.Policy │ ├── AuthorizationMiddlewareResultHandler.xml │ ├── IPolicyEvaluator.xml │ ├── PolicyAuthorizationResult.xml │ └── PolicyEvaluator.xml │ ├── Microsoft.AspNetCore.Authorization │ ├── AllowAnonymousAttribute.xml │ ├── AuthorizationBuilder.xml │ ├── AuthorizationFailure.xml │ ├── AuthorizationFailureReason.xml │ ├── AuthorizationHandlerContext.xml │ ├── AuthorizationHandler`1.xml │ ├── AuthorizationHandler`2.xml │ ├── AuthorizationMiddleware.xml │ ├── AuthorizationOptions.xml │ ├── AuthorizationPolicy.xml │ ├── AuthorizationPolicyBuilder.xml │ ├── AuthorizationResult.xml │ ├── AuthorizationServiceExtensions.xml │ ├── AuthorizeAttribute.xml │ ├── DefaultAuthorizationEvaluator.xml │ ├── DefaultAuthorizationHandlerContextFactory.xml │ ├── DefaultAuthorizationHandlerProvider.xml │ ├── DefaultAuthorizationPolicyProvider.xml │ ├── DefaultAuthorizationService.xml │ ├── IAllowAnonymous.xml │ ├── IAuthorizationEvaluator.xml │ ├── IAuthorizationHandler.xml │ ├── IAuthorizationHandlerContextFactory.xml │ ├── IAuthorizationHandlerProvider.xml │ ├── IAuthorizationMiddlewareResultHandler.xml │ ├── IAuthorizationPolicyProvider.xml │ ├── IAuthorizationRequirement.xml │ ├── IAuthorizationRequirementData.xml │ ├── IAuthorizationService.xml │ └── IAuthorizeData.xml │ ├── Microsoft.AspNetCore.AzureAppServices.HostingStartup │ └── AzureAppServicesHostingStartup.xml │ ├── Microsoft.AspNetCore.Buffering │ └── ResponseBufferingMiddleware.xml │ ├── Microsoft.AspNetCore.Builder.Extensions │ ├── MapMiddleware.xml │ ├── MapOptions.xml │ ├── MapWhenMiddleware.xml │ ├── MapWhenOptions.xml │ └── UsePathBaseMiddleware.xml │ ├── Microsoft.AspNetCore.Builder.Internal │ └── ApplicationBuilder.xml │ ├── Microsoft.AspNetCore.Builder │ ├── AntiforgeryApplicationBuilderExtensions.xml │ ├── AppBuilderDelegationExtensions.xml │ ├── AppBuilderHealthExtensions.xml │ ├── AppBuilderLoadBalancingExtensions.xml │ ├── AppBuilderSessionAffinityExtensions.xml │ ├── ApplicationBuilder.xml │ ├── ApplicationBuilderExtensions.xml │ ├── AuthAppBuilderExtensions.xml │ ├── AuthenticationOptions.xml │ ├── AuthorizationAppBuilderExtensions.xml │ ├── AuthorizationEndpointConventionBuilderExtensions.xml │ ├── BrowserLinkExtensions.xml │ ├── BuilderExtensions.xml │ ├── CertificateForwardingBuilderExtensions.xml │ ├── ClaimsTransformationAppBuilderExtensions.xml │ ├── ClaimsTransformationOptions.xml │ ├── ComponentEndpointConventionBuilder.xml │ ├── ComponentEndpointRouteBuilderExtensions.xml │ ├── ComponentsWebAssemblyApplicationBuilderExtensions.xml │ ├── ConcurrencyLimiterExtensions.xml │ ├── ConfigureHostBuilder.xml │ ├── ConfigureWebHostBuilder.xml │ ├── ConnectionEndpointRouteBuilder.xml │ ├── ConnectionEndpointRouteBuilderExtensions.xml │ ├── ConnectionsAppBuilderExtensions.xml │ ├── ControllerActionEndpointConventionBuilder.xml │ ├── ControllerActionEndpointConventionBuilderResourceCollectionExtensions.xml │ ├── ControllerEndpointRouteBuilderExtensions.xml │ ├── CookieAppBuilderExtensions.xml │ ├── CookieAuthenticationOptions.xml │ ├── CookiePolicyAppBuilderExtensions.xml │ ├── CookiePolicyOptions.xml │ ├── CookieRedirectEndpointConventionBuilderExtensions.xml │ ├── CorsEndpointConventionBuilderExtensions.xml │ ├── CorsMiddlewareExtensions.xml │ ├── DatabaseErrorPageExtensions.xml │ ├── DatabaseErrorPageOptions.xml │ ├── DefaultFilesExtensions.xml │ ├── DefaultFilesOptions.xml │ ├── DeveloperExceptionPageExtensions.xml │ ├── DeveloperExceptionPageOptions.xml │ ├── DirectForwardingIEndpointRouteBuilderExtensions.xml │ ├── DirectoryBrowserExtensions.xml │ ├── DirectoryBrowserOptions.xml │ ├── ElmExtensions.xml │ ├── EndpointBuilder.xml │ ├── EndpointRouteBuilderExtensions.xml │ ├── EndpointRoutingApplicationBuilderExtensions.xml │ ├── ExceptionHandlerExtensions.xml │ ├── ExceptionHandlerOptions.xml │ ├── FacebookAppBuilderExtensions.xml │ ├── FacebookOptions.xml │ ├── FallbackEndpointRouteBuilderExtensions.xml │ ├── FileServerExtensions.xml │ ├── FileServerOptions.xml │ ├── ForwardedHeadersExtensions.xml │ ├── ForwardedHeadersOptions.xml │ ├── GoogleAppBuilderExtensions.xml │ ├── GoogleOptions.xml │ ├── HeaderPropagationApplicationBuilderExtensions.xml │ ├── HealthCheckApplicationBuilderExtensions.xml │ ├── HealthCheckEndpointRouteBuilderExtensions.xml │ ├── HostFilteringBuilderExtensions.xml │ ├── HostFilteringServicesExtensions.xml │ ├── HstsBuilderExtensions.xml │ ├── HstsServicesExtensions.xml │ ├── HttpLoggingBuilderExtensions.xml │ ├── HttpLoggingEndpointConventionBuilderExtensions.xml │ ├── HttpMethodOverrideExtensions.xml │ ├── HttpMethodOverrideOptions.xml │ ├── HttpMetricsEndpointConventionBuilderExtensions.xml │ ├── HttpsPolicyBuilderExtensions.xml │ ├── HttpsRedirectionServicesExtensions.xml │ ├── HubEndpointConventionBuilder.xml │ ├── HubEndpointRouteBuilderExtensions.xml │ ├── IApplicationBuilder.xml │ ├── IEndpointConventionBuilder.xml │ ├── IHubEndpointConventionBuilder.xml │ ├── IISOptions.xml │ ├── IISServerOptions.xml │ ├── IReverseProxyApplicationBuilder.xml │ ├── IdentityOptions.xml │ ├── JwtBearerAppBuilderExtensions.xml │ ├── JwtBearerOptions.xml │ ├── MapExtensions.xml │ ├── MapRouteRouteBuilderExtensions.xml │ ├── MapWhenExtensions.xml │ ├── MicrosoftAccountAppBuilderExtensions.xml │ ├── MicrosoftAccountOptions.xml │ ├── MigrationsEndPointExtensions.xml │ ├── MigrationsEndPointOptions.xml │ ├── MvcApplicationBuilderExtensions.xml │ ├── MvcAreaRouteBuilderExtensions.xml │ ├── OAuthAppBuilderExtensions.xml │ ├── OAuthOptions.xml │ ├── OpenApiEndpointConventionBuilderExtensions.xml │ ├── OpenApiEndpointRouteBuilderExtensions.xml │ ├── OpenIdConnectAppBuilderExtensions.xml │ ├── OpenIdConnectOptions.xml │ ├── OutputCacheApplicationBuilderExtensions.xml │ ├── OwinExtensions.xml │ ├── PageActionEndpointConventionBuilder.xml │ ├── PageActionEndpointConventionBuilderResourceCollectionExtensions.xml │ ├── ProxyExtension.xml │ ├── ProxyOptions.xml │ ├── RateLimiterApplicationBuilderExtensions.xml │ ├── RateLimiterEndpointConventionBuilderExtensions.xml │ ├── RateLimiterServiceCollectionExtensions.xml │ ├── RazorComponentsEndpointConventionBuilder.xml │ ├── RazorComponentsEndpointConventionBuilderExtensions.xml │ ├── RazorComponentsEndpointRouteBuilderExtensions.xml │ ├── RazorPagesEndpointRouteBuilderExtensions.xml │ ├── RemoteAuthenticationOptions.xml │ ├── RequestDecompressionBuilderExtensions.xml │ ├── RequestLatencyTelemetryApplicationBuilderExtensions.xml │ ├── RequestLocalizationOptions.xml │ ├── RequestLocalizationOptionsExtensions.xml │ ├── RequestTimeoutsIApplicationBuilderExtensions.xml │ ├── RequestTimeoutsIEndpointConventionBuilderExtensions.xml │ ├── ResponseBufferingMiddlewareExtensions.xml │ ├── ResponseCachingExtensions.xml │ ├── ResponseCompressionBuilderExtensions.xml │ ├── ResponseCompressionServicesExtensions.xml │ ├── ReverseProxyConventionBuilder.xml │ ├── ReverseProxyIEndpointRouteBuilderExtensions.xml │ ├── RewriteBuilderExtensions.xml │ ├── RouteHandlerBuilder.xml │ ├── RouteShortCircuitEndpointConventionBuilderExtensions.xml │ ├── RouterMiddleware.xml │ ├── RoutingBuilderExtensions.xml │ ├── RoutingEndpointConventionBuilderExtensions.xml │ ├── RunExtensions.xml │ ├── ServerRazorComponentsEndpointConventionBuilderExtensions.xml │ ├── SessionMiddlewareExtensions.xml │ ├── SessionOptions.xml │ ├── SignalRAppBuilderExtensions.xml │ ├── SpaApplicationBuilderExtensions.xml │ ├── SpaPrerenderingExtensions.xml │ ├── SpaPrerenderingOptions.xml │ ├── SpaProxyingExtensions.xml │ ├── SpaRouteExtensions.xml │ ├── StaticAssetsEndpointRouteBuilderExtensions.xml │ ├── StaticFileExtensions.xml │ ├── StaticFileOptions.xml │ ├── StaticFilesEndpointRouteBuilderExtensions.xml │ ├── StatusCodePagesExtensions.xml │ ├── StatusCodePagesOptions.xml │ ├── TwitterAppBuilderExtensions.xml │ ├── TwitterOptions.xml │ ├── UseExtensions.xml │ ├── UseMiddlewareExtensions.xml │ ├── UsePathBaseExtensions.xml │ ├── UseWhenExtensions.xml │ ├── ValidationEndpointConventionBuilderExtensions.xml │ ├── WebApiCompatShimRouteBuilderExtensions.xml │ ├── WebApplication.xml │ ├── WebApplicationBuilder.xml │ ├── WebApplicationOptions.xml │ ├── WebAssemblyNetDebugProxyAppBuilderExtensions.xml │ ├── WebAssemblyRazorComponentsEndpointConventionBuilderExtensions.xml │ ├── WebSocketMiddlewareExtensions.xml │ ├── WebSocketOptions.xml │ ├── WebSocketsTelemetryExtensions.xml │ ├── WebpackDevMiddleware.xml │ ├── WelcomePageExtensions.xml │ └── WelcomePageOptions.xml │ ├── Microsoft.AspNetCore.Components.Authorization │ ├── AuthenticationState.xml │ ├── AuthenticationStateChangedHandler.xml │ ├── AuthenticationStateData.xml │ ├── AuthenticationStateProvider.xml │ ├── AuthorizeRouteView.xml │ ├── AuthorizeView.xml │ ├── AuthorizeViewCore.xml │ ├── CascadingAuthenticationState.xml │ ├── ClaimData.xml │ └── IHostEnvironmentAuthenticationStateProvider.xml │ ├── Microsoft.AspNetCore.Components.CompilerServices │ └── RuntimeHelpers.xml │ ├── Microsoft.AspNetCore.Components.Endpoints.Infrastructure │ ├── ComponentEndpointConventionBuilderHelper.xml │ └── RenderModeEndpointProvider.xml │ ├── Microsoft.AspNetCore.Components.Endpoints │ ├── ComponentTypeMetadata.xml │ ├── IComponentPrerenderer.xml │ ├── IRazorComponentEndpointInvoker.xml │ ├── RazorComponentsServiceOptions.xml │ └── RootComponentMetadata.xml │ ├── Microsoft.AspNetCore.Components.Forms.Mapping │ ├── FormMappingError.xml │ ├── FormValueMappingContext.xml │ ├── IFormValueMapper.xml │ └── SupplyParameterFromFormServiceCollectionExtensions.xml │ ├── Microsoft.AspNetCore.Components.Forms │ ├── AntiforgeryRequestToken.xml │ ├── AntiforgeryStateProvider.xml │ ├── AntiforgeryToken.xml │ ├── BrowserFileExtensions.xml │ ├── DataAnnotationsValidator.xml │ ├── EditContext.xml │ ├── EditContextDataAnnotationsExtensions.xml │ ├── EditContextFieldClassExtensions.xml │ ├── EditContextProperties.xml │ ├── EditForm.xml │ ├── Editor`1.xml │ ├── FieldChangedEventArgs.xml │ ├── FieldCssClassProvider.xml │ ├── FieldIdentifier.xml │ ├── FormMappingContext.xml │ ├── FormMappingScope.xml │ ├── IBrowserFile.xml │ ├── InputBase`1.xml │ ├── InputCheckbox.xml │ ├── InputDateType.xml │ ├── InputDate`1.xml │ ├── InputFile.xml │ ├── InputFileChangeEventArgs.xml │ ├── InputHidden.xml │ ├── InputNumber`1.xml │ ├── InputRadioGroup`1.xml │ ├── InputRadio`1.xml │ ├── InputSelect`1.xml │ ├── InputText.xml │ ├── InputTextArea.xml │ ├── RemoteBrowserFileStreamOptions.xml │ ├── ValidationMessageStore.xml │ ├── ValidationMessage`1.xml │ ├── ValidationRequestedEventArgs.xml │ ├── ValidationStateChangedEventArgs.xml │ └── ValidationSummary.xml │ ├── Microsoft.AspNetCore.Components.HtmlRendering.Infrastructure │ └── StaticHtmlRenderer.xml │ ├── Microsoft.AspNetCore.Components.Infrastructure │ ├── ComponentStatePersistenceManager.xml │ ├── ComponentsMetricsServiceCollectionExtensions.xml │ ├── PersistentStateProviderServiceCollectionExtensions.xml │ └── RegisterPersistentComponentStateServiceCollectionExtensions.xml │ ├── Microsoft.AspNetCore.Components.QuickGrid.Infrastructure │ ├── ColumnsCollectedNotifier`1.xml │ ├── Defer.xml │ └── EventHandlers.xml │ ├── Microsoft.AspNetCore.Components.QuickGrid │ ├── Align.xml │ ├── ColumnBase`1.xml │ ├── GridItemsProviderRequest`1.xml │ ├── GridItemsProviderResult.xml │ ├── GridItemsProviderResult`1.xml │ ├── GridItemsProvider`1.xml │ ├── GridSort`1.xml │ ├── IAsyncQueryExecutor.xml │ ├── PaginationState.xml │ ├── Paginator.xml │ ├── PropertyColumn`2.xml │ ├── QuickGrid`1.xml │ ├── SortDirection.xml │ ├── SortedProperty.xml │ └── TemplateColumn`1.xml │ ├── Microsoft.AspNetCore.Components.RenderTree │ ├── ArrayBuilderSegment`1.xml │ ├── ArrayRange`1.xml │ ├── ComponentFrameFlags.xml │ ├── EventFieldInfo.xml │ ├── NamedEventChange.xml │ ├── NamedEventChangeType.xml │ ├── RenderBatch.xml │ ├── RenderTreeDiff.xml │ ├── RenderTreeEdit.xml │ ├── RenderTreeEditType.xml │ ├── RenderTreeFrame.xml │ ├── RenderTreeFrameType.xml │ ├── Renderer.xml │ ├── WebEventDescriptor.xml │ └── WebRenderer.xml │ ├── Microsoft.AspNetCore.Components.Rendering │ ├── ComponentState.xml │ └── RenderTreeBuilder.xml │ ├── Microsoft.AspNetCore.Components.Routing │ ├── FocusOnNavigate.xml │ ├── IHostEnvironmentNavigationManager.xml │ ├── INavigationInterception.xml │ ├── IRoutingStateProvider.xml │ ├── IScrollToLocationHash.xml │ ├── LocationChangedEventArgs.xml │ ├── LocationChangingContext.xml │ ├── NavLink.xml │ ├── NavLinkMatch.xml │ ├── NavigationContext.xml │ ├── NavigationLock.xml │ ├── NotFoundEventArgs.xml │ ├── RazorComponentsEndpointHttpContextExtensions.xml │ └── Router.xml │ ├── Microsoft.AspNetCore.Components.Sections │ ├── SectionContent.xml │ └── SectionOutlet.xml │ ├── Microsoft.AspNetCore.Components.Server.Circuits │ ├── Circuit.xml │ ├── CircuitHandler.xml │ └── CircuitInboundActivityContext.xml │ ├── Microsoft.AspNetCore.Components.Server.ProtectedBrowserStorage │ ├── ProtectedBrowserStorage.xml │ ├── ProtectedBrowserStorageResult`1.xml │ ├── ProtectedLocalStorage.xml │ └── ProtectedSessionStorage.xml │ ├── Microsoft.AspNetCore.Components.Server │ ├── CircuitOptions.xml │ ├── CircuitRootComponentOptions.xml │ ├── RevalidatingServerAuthenticationStateProvider.xml │ ├── ServerAuthenticationStateProvider.xml │ └── ServerComponentsEndpointOptions.xml │ ├── Microsoft.AspNetCore.Components.Web.HtmlRendering │ └── HtmlRootComponent.xml │ ├── Microsoft.AspNetCore.Components.Web.Infrastructure │ └── JSComponentInterop.xml │ ├── Microsoft.AspNetCore.Components.Web.Internal │ └── IInternalWebJSInProcessRuntime.xml │ ├── Microsoft.AspNetCore.Components.Web.Virtualization │ ├── ItemsProviderDelegate`1.xml │ ├── ItemsProviderRequest.xml │ ├── ItemsProviderResult`1.xml │ ├── PlaceholderContext.xml │ └── Virtualize`1.xml │ ├── Microsoft.AspNetCore.Components.Web │ ├── BindAttributes.xml │ ├── ClipboardEventArgs.xml │ ├── CustomElementsJSComponentConfigurationExtensions.xml │ ├── DataTransfer.xml │ ├── DataTransferItem.xml │ ├── DragEventArgs.xml │ ├── ErrorBoundary.xml │ ├── ErrorEventArgs.xml │ ├── EventHandlers.xml │ ├── FocusEventArgs.xml │ ├── HeadContent.xml │ ├── HeadOutlet.xml │ ├── HtmlRenderer.xml │ ├── IErrorBoundaryLogger.xml │ ├── IJSComponentConfiguration.xml │ ├── InteractiveAutoRenderMode.xml │ ├── InteractiveServerRenderMode.xml │ ├── InteractiveWebAssemblyRenderMode.xml │ ├── JSComponentConfigurationExtensions.xml │ ├── JSComponentConfigurationStore.xml │ ├── KeyboardEventArgs.xml │ ├── MouseEventArgs.xml │ ├── PageTitle.xml │ ├── PointerEventArgs.xml │ ├── ProgressEventArgs.xml │ ├── RenderMode.xml │ ├── TouchEventArgs.xml │ ├── TouchPoint.xml │ ├── WebEventCallbackFactoryEventArgsExtensions.xml │ ├── WebRenderTreeBuilderExtensions.xml │ └── WheelEventArgs.xml │ ├── Microsoft.AspNetCore.Components.WebAssembly.Authentication.Internal │ └── IAccessTokenProviderAccessor.xml │ ├── Microsoft.AspNetCore.Components.WebAssembly.Authentication │ ├── AccessToken.xml │ ├── AccessTokenNotAvailableException.xml │ ├── AccessTokenRequestOptions.xml │ ├── AccessTokenResult.xml │ ├── AccessTokenResultStatus.xml │ ├── AccountClaimsPrincipalFactory`1.xml │ ├── ApiAuthorizationProviderOptions.xml │ ├── AuthenticationStateDeserializationOptions.xml │ ├── AuthorizationMessageHandler.xml │ ├── BaseAddressAuthorizationMessageHandler.xml │ ├── IAccessTokenProvider.xml │ ├── IRemoteAuthenticationService`1.xml │ ├── InteractionType.xml │ ├── InteractiveRequestOptions.xml │ ├── NavigationManagerExtensions.xml │ ├── OidcProviderOptions.xml │ ├── RemoteAuthenticationActions.xml │ ├── RemoteAuthenticationApplicationPathsOptions.xml │ ├── RemoteAuthenticationContext`1.xml │ ├── RemoteAuthenticationDefaults.xml │ ├── RemoteAuthenticationOptions`1.xml │ ├── RemoteAuthenticationResult`1.xml │ ├── RemoteAuthenticationService`3.xml │ ├── RemoteAuthenticationState.xml │ ├── RemoteAuthenticationStatus.xml │ ├── RemoteAuthenticationUserOptions.xml │ ├── RemoteAuthenticatorView.xml │ ├── RemoteAuthenticatorViewCore`1.xml │ ├── RemoteUserAccount.xml │ └── SignOutSessionStateManager.xml │ ├── Microsoft.AspNetCore.Components.WebAssembly.Hosting │ ├── IWebAssemblyHostEnvironment.xml │ ├── RootComponentMapping.xml │ ├── RootComponentMappingCollection.xml │ ├── WebAssemblyHost.xml │ ├── WebAssemblyHostBuilder.xml │ ├── WebAssemblyHostBuilderExtensions.xml │ ├── WebAssemblyHostConfiguration.xml │ └── WebAssemblyHostEnvironmentExtensions.xml │ ├── Microsoft.AspNetCore.Components.WebAssembly.HotReload │ ├── WebAssemblyHotReload+Delta.xml │ ├── WebAssemblyHotReload+LogEntry.xml │ └── WebAssemblyHotReload.xml │ ├── Microsoft.AspNetCore.Components.WebAssembly.Http │ ├── BrowserRequestCache.xml │ ├── BrowserRequestCredentials.xml │ ├── BrowserRequestMode.xml │ └── WebAssemblyHttpRequestMessageExtensions.xml │ ├── Microsoft.AspNetCore.Components.WebAssembly.Infrastructure │ └── JSInteropMethods.xml │ ├── Microsoft.AspNetCore.Components.WebAssembly.Server │ ├── AuthenticationStateSerializationOptions.xml │ ├── TargetPickerUi.xml │ └── WebAssemblyComponentsEndpointOptions.xml │ ├── Microsoft.AspNetCore.Components.WebAssembly.Services │ └── LazyAssemblyLoader.xml │ ├── Microsoft.AspNetCore.Components.WebView │ └── WebViewManager.xml │ ├── Microsoft.AspNetCore.Components │ ├── BindConverter.xml │ ├── BindElementAttribute.xml │ ├── BindInputElementAttribute.xml │ ├── CascadingParameterAttribute.xml │ ├── CascadingParameterAttributeBase.xml │ ├── CascadingParameterInfo.xml │ ├── CascadingTypeParameterAttribute.xml │ ├── CascadingValueSource`1.xml │ ├── CascadingValue`1.xml │ ├── ChangeEventArgs.xml │ ├── ComponentBase.xml │ ├── Dispatcher.xml │ ├── DynamicComponent.xml │ ├── EditorRequiredAttribute.xml │ ├── ElementReference.xml │ ├── ElementReferenceContext.xml │ ├── ElementReferenceExtensions.xml │ ├── ErrorBoundaryBase.xml │ ├── EventCallback.xml │ ├── EventCallbackFactory.xml │ ├── EventCallbackFactoryBinderExtensions.xml │ ├── EventCallbackFactoryEventArgsExtensions.xml │ ├── EventCallbackWorkItem.xml │ ├── EventCallback`1.xml │ ├── EventHandlerAttribute.xml │ ├── ExcludeFromInteractiveRoutingAttribute.xml │ ├── IComponent.xml │ ├── IComponentActivator.xml │ ├── IComponentRenderMode.xml │ ├── IHandleAfterRender.xml │ ├── IHandleEvent.xml │ ├── IPersistentComponentStateStore.xml │ ├── ImportMap.xml │ ├── ImportMapDefinition.xml │ ├── InjectAttribute.xml │ ├── LayoutAttribute.xml │ ├── LayoutComponentBase.xml │ ├── LayoutView.xml │ ├── LocationChangeException.xml │ ├── MarkupString.xml │ ├── NavigationException.xml │ ├── NavigationManager.xml │ ├── NavigationManagerExtensions.xml │ ├── NavigationOptions.xml │ ├── OwningComponentBase.xml │ ├── OwningComponentBase`1.xml │ ├── ParameterAttribute.xml │ ├── ParameterValue.xml │ ├── ParameterView+Enumerator.xml │ ├── ParameterView.xml │ ├── PersistedStateSerializationMode.xml │ ├── PersistentComponentState.xml │ ├── PersistentComponentStateSerializer`1.xml │ ├── PersistentStateAttribute.xml │ ├── PersistingComponentStateSubscription.xml │ ├── RenderFragment.xml │ ├── RenderFragment`1.xml │ ├── RenderHandle.xml │ ├── RenderModeAttribute.xml │ ├── RendererInfo.xml │ ├── ResourceAsset.xml │ ├── ResourceAssetCollection.xml │ ├── ResourceAssetProperty.xml │ ├── ResourcePreloader.xml │ ├── RestoreBehavior.xml │ ├── RestoreContext.xml │ ├── RestoreOptions.xml │ ├── RestoringComponentStateSubscription.xml │ ├── RouteAttribute.xml │ ├── RouteData.xml │ ├── RouteView.xml │ ├── StreamRenderingAttribute.xml │ ├── SupplyParameterFromFormAttribute.xml │ ├── SupplyParameterFromQueryAttribute.xml │ ├── SupplyParameterFromQueryProviderServiceCollectionExtensions.xml │ └── WebElementReferenceContext.xml │ ├── Microsoft.AspNetCore.ConcurrencyLimiter │ ├── ConcurrencyLimiterMiddleware.xml │ ├── ConcurrencyLimiterOptions.xml │ ├── IQueuePolicy.xml │ └── QueuePolicyOptions.xml │ ├── Microsoft.AspNetCore.Connections.Abstractions │ └── IStatefulReconnectFeature.xml │ ├── Microsoft.AspNetCore.Connections.Features │ ├── IConnectionCompleteFeature.xml │ ├── IConnectionEndPointFeature.xml │ ├── IConnectionHeartbeatFeature.xml │ ├── IConnectionIdFeature.xml │ ├── IConnectionInherentKeepAliveFeature.xml │ ├── IConnectionItemsFeature.xml │ ├── IConnectionLifetimeFeature.xml │ ├── IConnectionLifetimeNotificationFeature.xml │ ├── IConnectionMetricsTagsFeature.xml │ ├── IConnectionNamedPipeFeature.xml │ ├── IConnectionSocketFeature.xml │ ├── IConnectionTransportFeature.xml │ ├── IConnectionUserFeature.xml │ ├── IMemoryPoolFeature.xml │ ├── IPersistentStateFeature.xml │ ├── IProtocolErrorCodeFeature.xml │ ├── IStreamAbortFeature.xml │ ├── IStreamClosedFeature.xml │ ├── IStreamDirectionFeature.xml │ ├── IStreamIdFeature.xml │ ├── ITlsHandshakeFeature.xml │ └── ITransferFormatFeature.xml │ ├── Microsoft.AspNetCore.Connections │ ├── AddressInUseException.xml │ ├── BaseConnectionContext.xml │ ├── ConnectionAbortedException.xml │ ├── ConnectionBuilder.xml │ ├── ConnectionBuilderExtensions.xml │ ├── ConnectionContext.xml │ ├── ConnectionDelegate.xml │ ├── ConnectionHandler.xml │ ├── ConnectionItems.xml │ ├── ConnectionResetException.xml │ ├── ConnectionTimeoutExtensions.xml │ ├── ConnectionTimeoutOptions.xml │ ├── DefaultConnectionContext.xml │ ├── FileHandleEndPoint.xml │ ├── FileHandleType.xml │ ├── IConnectionBuilder.xml │ ├── IConnectionFactory.xml │ ├── IConnectionListener.xml │ ├── IConnectionListenerFactory.xml │ ├── IConnectionListenerFactorySelector.xml │ ├── IMemoryPoolFactory`1.xml │ ├── IMultiplexedConnectionBuilder.xml │ ├── IMultiplexedConnectionFactory.xml │ ├── IMultiplexedConnectionListener.xml │ ├── IMultiplexedConnectionListenerFactory.xml │ ├── MemoryPoolOptions.xml │ ├── MultiplexedConnectionBuilder.xml │ ├── MultiplexedConnectionContext.xml │ ├── MultiplexedConnectionDelegate.xml │ ├── NamedPipeEndPoint.xml │ ├── TlsConnectionCallbackContext.xml │ ├── TlsConnectionCallbackOptions.xml │ ├── TransferFormat.xml │ └── UriEndPoint.xml │ ├── Microsoft.AspNetCore.CookiePolicy │ ├── AppendCookieContext.xml │ ├── CookiePolicyMiddleware.xml │ ├── DeleteCookieContext.xml │ └── HttpOnlyPolicy.xml │ ├── Microsoft.AspNetCore.Cors.Infrastructure │ ├── CorsConstants.xml │ ├── CorsMiddleware.xml │ ├── CorsOptions.xml │ ├── CorsPolicy.xml │ ├── CorsPolicyBuilder.xml │ ├── CorsResult.xml │ ├── CorsService.xml │ ├── DefaultCorsPolicyProvider.xml │ ├── ICorsMetadata.xml │ ├── ICorsPolicyMetadata.xml │ ├── ICorsPolicyProvider.xml │ ├── ICorsService.xml │ ├── IDisableCorsAttribute.xml │ └── IEnableCorsAttribute.xml │ ├── Microsoft.AspNetCore.Cors │ ├── CorsPolicyMetadata.xml │ ├── DisableCorsAttribute.xml │ └── EnableCorsAttribute.xml │ ├── Microsoft.AspNetCore.Cryptography.KeyDerivation │ ├── KeyDerivation.xml │ └── KeyDerivationPrf.xml │ ├── Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel │ ├── AlgorithmConfiguration.xml │ ├── AuthenticatedEncryptorConfiguration.xml │ ├── AuthenticatedEncryptorDescriptor.xml │ ├── AuthenticatedEncryptorDescriptorDeserializer.xml │ ├── CngCbcAuthenticatedEncryptorConfiguration.xml │ ├── CngCbcAuthenticatedEncryptorDescriptor.xml │ ├── CngCbcAuthenticatedEncryptorDescriptorDeserializer.xml │ ├── CngGcmAuthenticatedEncryptorConfiguration.xml │ ├── CngGcmAuthenticatedEncryptorDescriptor.xml │ ├── CngGcmAuthenticatedEncryptorDescriptorDeserializer.xml │ ├── IAuthenticatedEncryptorConfiguration.xml │ ├── IAuthenticatedEncryptorDescriptor.xml │ ├── IAuthenticatedEncryptorDescriptorDeserializer.xml │ ├── ManagedAuthenticatedEncryptorConfiguration.xml │ ├── ManagedAuthenticatedEncryptorDescriptor.xml │ ├── ManagedAuthenticatedEncryptorDescriptorDeserializer.xml │ ├── XmlExtensions.xml │ └── XmlSerializedDescriptorInfo.xml │ ├── Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption │ ├── AuthenticatedEncryptionSettings.xml │ ├── AuthenticatedEncryptorFactory.xml │ ├── CngCbcAuthenticatedEncryptionSettings.xml │ ├── CngCbcAuthenticatedEncryptorFactory.xml │ ├── CngGcmAuthenticatedEncryptionSettings.xml │ ├── CngGcmAuthenticatedEncryptorFactory.xml │ ├── EncryptionAlgorithm.xml │ ├── IAuthenticatedEncryptor.xml │ ├── IAuthenticatedEncryptorFactory.xml │ ├── ManagedAuthenticatedEncryptionSettings.xml │ ├── ManagedAuthenticatedEncryptorFactory.xml │ └── ValidationAlgorithm.xml │ ├── Microsoft.AspNetCore.DataProtection.AzureStorage │ └── AzureBlobXmlRepository.xml │ ├── Microsoft.AspNetCore.DataProtection.Cng.Internal │ └── CngAuthenticatedEncryptorBase.xml │ ├── Microsoft.AspNetCore.DataProtection.EntityFrameworkCore │ ├── DataProtectionKey.xml │ ├── EntityFrameworkCoreXmlRepository`1.xml │ └── IDataProtectionKeyContext.xml │ ├── Microsoft.AspNetCore.DataProtection.Infrastructure │ └── IApplicationDiscriminator.xml │ ├── Microsoft.AspNetCore.DataProtection.Internal │ ├── DataProtectionBuilder.xml │ └── IActivator.xml │ ├── Microsoft.AspNetCore.DataProtection.KeyManagement.Internal │ ├── CacheableKeyRing.xml │ ├── DefaultKeyResolution.xml │ ├── ICacheableKeyRingProvider.xml │ ├── IDefaultKeyResolver.xml │ ├── IDefaultKeyServices.xml │ ├── IInternalXmlKeyManager.xml │ ├── IKeyRing.xml │ └── IKeyRingProvider.xml │ ├── Microsoft.AspNetCore.DataProtection.KeyManagement │ ├── IDeletableKeyManager.xml │ ├── IKey.xml │ ├── IKeyEscrowSink.xml │ ├── IKeyManager.xml │ ├── KeyManagementOptions.xml │ └── XmlKeyManager.xml │ ├── Microsoft.AspNetCore.DataProtection.Repositories │ ├── FileSystemXmlRepository.xml │ ├── IDeletableElement.xml │ ├── IDeletableXmlRepository.xml │ ├── IXmlRepository.xml │ └── RegistryXmlRepository.xml │ ├── Microsoft.AspNetCore.DataProtection.StackExchangeRedis │ └── RedisXmlRepository.xml │ ├── Microsoft.AspNetCore.DataProtection.SystemWeb │ ├── CompatibilityDataProtector.xml │ └── DataProtectionStartup.xml │ ├── Microsoft.AspNetCore.DataProtection.XmlEncryption │ ├── CertificateResolver.xml │ ├── CertificateXmlEncryptor.xml │ ├── DpapiNGProtectionDescriptorFlags.xml │ ├── DpapiNGXmlDecryptor.xml │ ├── DpapiNGXmlEncryptor.xml │ ├── DpapiXmlDecryptor.xml │ ├── DpapiXmlEncryptor.xml │ ├── EncryptedXmlDecryptor.xml │ ├── EncryptedXmlInfo.xml │ ├── ICertificateResolver.xml │ ├── IXmlDecryptor.xml │ ├── IXmlEncryptor.xml │ ├── NullXmlDecryptor.xml │ └── NullXmlEncryptor.xml │ ├── Microsoft.AspNetCore.DataProtection │ ├── AzureDataProtectionBuilderExtensions.xml │ ├── DataProtectionAdvancedExtensions.xml │ ├── DataProtectionBuilderExtensions.xml │ ├── DataProtectionCommonExtensions.xml │ ├── DataProtectionOptions.xml │ ├── DataProtectionProvider.xml │ ├── DataProtectionUtilityExtensions.xml │ ├── EntityFrameworkCoreDataProtectionExtensions.xml │ ├── EphemeralDataProtectionProvider.xml │ ├── IDataProtectionBuilder.xml │ ├── IDataProtectionProvider.xml │ ├── IDataProtector.xml │ ├── IPersistedDataProtector.xml │ ├── ISecret.xml │ ├── ITimeLimitedDataProtector.xml │ ├── RedisDataProtectionBuilderExtensions.xml │ ├── RedisXmlRepository.xml │ ├── Secret.xml │ └── StackExchangeRedisDataProtectionBuilderExtensions.xml │ ├── Microsoft.AspNetCore.Diagnostics.Buffering │ └── PerRequestLogBufferingOptions.xml │ ├── Microsoft.AspNetCore.Diagnostics.Elm.RazorViews │ ├── DetailsPageModel.xml │ └── LogPageModel.xml │ ├── Microsoft.AspNetCore.Diagnostics.Elm.Views │ ├── DetailsPage.xml │ ├── DetailsPageModel.xml │ ├── LogPage.xml │ └── LogPageModel.xml │ ├── Microsoft.AspNetCore.Diagnostics.Elm │ ├── ActivityContext.xml │ ├── ElmCaptureMiddleware.xml │ ├── ElmLogger.xml │ ├── ElmLoggerProvider.xml │ ├── ElmOptions.xml │ ├── ElmPageMiddleware.xml │ ├── ElmScope.xml │ ├── ElmStore.xml │ ├── HttpInfo.xml │ ├── LogInfo.xml │ ├── ScopeNode.xml │ └── ViewOptions.xml │ ├── Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore │ ├── DatabaseDeveloperPageExceptionFilter.xml │ ├── DatabaseErrorPageMiddleware.xml │ └── MigrationsEndPointMiddleware.xml │ ├── Microsoft.AspNetCore.Diagnostics.HealthChecks │ ├── HealthCheckMiddleware.xml │ └── HealthCheckOptions.xml │ ├── Microsoft.AspNetCore.Diagnostics.Latency │ ├── RequestCheckpointConstants.xml │ └── RequestLatencyTelemetryOptions.xml │ ├── Microsoft.AspNetCore.Diagnostics.Logging │ ├── HttpLoggingTagNames.xml │ ├── IHttpLogEnricher.xml │ ├── IncomingPathLoggingMode.xml │ ├── LoggingRedactionOptions.xml │ └── RequestHeadersLogEnricherOptions.xml │ ├── Microsoft.AspNetCore.Diagnostics.Views │ ├── CompilationErrorPage.xml │ ├── CompilationErrorPageModel.xml │ ├── ErrorDetails.xml │ ├── ErrorPage.xml │ ├── ErrorPageModel.xml │ ├── StackFrame.xml │ ├── StackFrameInfo.xml │ └── WelcomePage.xml │ ├── Microsoft.AspNetCore.Diagnostics │ ├── CompilationFailure.xml │ ├── DeveloperExceptionPageMiddleware.xml │ ├── DiagnosticMessage.xml │ ├── ErrorContext.xml │ ├── ExceptionHandledType.xml │ ├── ExceptionHandlerFeature.xml │ ├── ExceptionHandlerMiddleware.xml │ ├── ExceptionHandlerSuppressDiagnosticsContext.xml │ ├── ICompilationException.xml │ ├── IDeveloperPageExceptionFilter.xml │ ├── IExceptionHandler.xml │ ├── IExceptionHandlerFeature.xml │ ├── IExceptionHandlerPathFeature.xml │ ├── IStatusCodePagesFeature.xml │ ├── IStatusCodeReExecuteFeature.xml │ ├── StatusCodeContext.xml │ ├── StatusCodePagesFeature.xml │ ├── StatusCodePagesMiddleware.xml │ ├── StatusCodeReExecuteFeature.xml │ └── WelcomePageMiddleware.xml │ ├── Microsoft.AspNetCore.DiagnosticsViewPage.Views │ ├── AttributeValue.xml │ ├── BaseView.xml │ └── HelperResult.xml │ ├── Microsoft.AspNetCore.Grpc.JsonTranscoding │ ├── GrpcJsonSettings.xml │ ├── GrpcJsonTranscodingMetadata.xml │ └── GrpcJsonTranscodingOptions.xml │ ├── Microsoft.AspNetCore.HeaderParsing │ ├── CommonHeaders.xml │ ├── HeaderKey`1.xml │ ├── HeaderParser`1.xml │ ├── HeaderParsingFeature.xml │ ├── HeaderParsingOptions.xml │ ├── HeaderSetup`1.xml │ ├── HostHeaderValue.xml │ ├── IHeaderRegistry.xml │ └── ParsingResult.xml │ ├── Microsoft.AspNetCore.HeaderPropagation │ ├── HeaderPropagationContext.xml │ ├── HeaderPropagationEntry.xml │ ├── HeaderPropagationEntryCollection.xml │ ├── HeaderPropagationMessageHandler.xml │ ├── HeaderPropagationMessageHandlerEntry.xml │ ├── HeaderPropagationMessageHandlerEntryCollection.xml │ ├── HeaderPropagationMessageHandlerOptions.xml │ ├── HeaderPropagationMiddleware.xml │ ├── HeaderPropagationOptions.xml │ └── HeaderPropagationValues.xml │ ├── Microsoft.AspNetCore.HostFiltering │ ├── HostFilteringMiddleware.xml │ └── HostFilteringOptions.xml │ ├── Microsoft.AspNetCore.Hosting.Builder │ ├── ApplicationBuilderFactory.xml │ └── IApplicationBuilderFactory.xml │ ├── Microsoft.AspNetCore.Hosting.Infrastructure │ ├── ISupportsConfigureWebHost.xml │ └── ISupportsStartup.xml │ ├── Microsoft.AspNetCore.Hosting.Internal │ ├── ApplicationLifetime.xml │ ├── AutoRequestServicesStartupFilter.xml │ ├── ConfigureBuilder.xml │ ├── ConfigureContainerBuilder.xml │ ├── ConfigureServicesBuilder.xml │ ├── HostedServiceExecutor.xml │ ├── HostingApplication+Context.xml │ ├── HostingApplication.xml │ ├── HostingEnvironment.xml │ ├── HostingEnvironmentExtensions.xml │ ├── HostingEventSource.xml │ ├── IStartupConfigureContainerFilter`1.xml │ ├── IStartupConfigureServicesFilter.xml │ ├── RequestServicesContainerMiddleware.xml │ ├── RequestServicesFeature.xml │ ├── StartupLoader.xml │ ├── StartupMethods.xml │ ├── WebHost.xml │ ├── WebHostOptions.xml │ └── WebHostUtilities.xml │ ├── Microsoft.AspNetCore.Hosting.Server.Abstractions │ └── IHostContextContainer`1.xml │ ├── Microsoft.AspNetCore.Hosting.Server.Features │ ├── IServerAddressesFeature.xml │ └── ServerAddressesFeature.xml │ ├── Microsoft.AspNetCore.Hosting.Server │ ├── IHttpApplication`1.xml │ ├── IServer.xml │ ├── IServerIntegratedAuth.xml │ └── ServerIntegratedAuth.xml │ ├── Microsoft.AspNetCore.Hosting.StaticWebAssets │ └── StaticWebAssetsLoader.xml │ ├── Microsoft.AspNetCore.Hosting.WindowsServices │ ├── WebHostService.xml │ └── WebHostWindowsServiceExtensions.xml │ ├── Microsoft.AspNetCore.Hosting │ ├── AppServicesWebHostBuilderExtensions.xml │ ├── ConventionBasedStartup.xml │ ├── DelegateStartup.xml │ ├── EnvironmentName.xml │ ├── HostingAbstractionsWebHostBuilderExtensions.xml │ ├── HostingEnvironmentExtensions.xml │ ├── HostingStartupAttribute.xml │ ├── IApplicationLifetime.xml │ ├── IHostingEnvironment.xml │ ├── IHostingStartup.xml │ ├── IStartup.xml │ ├── IStartupConfigureContainerFilter`1.xml │ ├── IStartupConfigureServicesFilter.xml │ ├── IStartupFilter.xml │ ├── IWebHost.xml │ ├── IWebHostBuilder.xml │ ├── IWebHostEnvironment.xml │ ├── KestrelServerOptionsConnectionLoggingExtensions.xml │ ├── KestrelServerOptionsHttpsExtensions.xml │ ├── KestrelServerOptionsSystemdExtensions.xml │ ├── ListenOptionsConnectionLoggingExtensions.xml │ ├── ListenOptionsHttpsExtensions.xml │ ├── ServiceFakesWebHostExtensions.xml │ ├── StartupBase.xml │ ├── StartupBase`1.xml │ ├── WebHostBuilder.xml │ ├── WebHostBuilderContext.xml │ ├── WebHostBuilderExtensions.xml │ ├── WebHostBuilderHttpSysExtensions.xml │ ├── WebHostBuilderIISExtensions.xml │ ├── WebHostBuilderKestrelExtensions.xml │ ├── WebHostBuilderLibuvExtensions.xml │ ├── WebHostBuilderMsQuicExtensions.xml │ ├── WebHostBuilderNamedPipeExtensions.xml │ ├── WebHostBuilderQuicExtensions.xml │ ├── WebHostBuilderSocketExtensions.xml │ ├── WebHostBuilderWebListenerExtensions.xml │ ├── WebHostDefaults.xml │ └── WebHostExtensions.xml │ ├── Microsoft.AspNetCore.Html │ ├── HtmlContentBuilder.xml │ ├── HtmlContentBuilderExtensions.xml │ ├── HtmlFormattableString.xml │ ├── HtmlString.xml │ ├── IHtmlAsyncContent.xml │ ├── IHtmlContent.xml │ ├── IHtmlContentBuilder.xml │ └── IHtmlContentContainer.xml │ ├── Microsoft.AspNetCore.Http.Authentication.Internal │ └── DefaultAuthenticationManager.xml │ ├── Microsoft.AspNetCore.Http.Authentication │ ├── AuthenticateInfo.xml │ ├── AuthenticationDescription.xml │ ├── AuthenticationManager.xml │ └── AuthenticationProperties.xml │ ├── Microsoft.AspNetCore.Http.Connections.Client.Internal │ ├── ITransport.xml │ ├── ITransportFactory.xml │ ├── LongPollingTransport.xml │ ├── ServerSentEventsTransport.xml │ └── WebSocketsTransport.xml │ ├── Microsoft.AspNetCore.Http.Connections.Client │ ├── HttpConnection.xml │ ├── HttpConnectionFactory.xml │ ├── HttpConnectionOptions.xml │ ├── NoTransportSupportedException.xml │ ├── TransportFailedException.xml │ └── WebSocketConnectionContext.xml │ ├── Microsoft.AspNetCore.Http.Connections.Features │ ├── IHttpContextFeature.xml │ └── IHttpTransportFeature.xml │ ├── Microsoft.AspNetCore.Http.Connections.Internal.Transports │ ├── IHttpTransport.xml │ ├── LongPollingTransport.xml │ ├── ServerSentEventsTransport.xml │ └── WebSocketsTransport.xml │ ├── Microsoft.AspNetCore.Http.Connections.Internal │ ├── HttpConnectionContext.xml │ ├── HttpConnectionDispatcher.xml │ ├── HttpConnectionManager.xml │ ├── HttpConnectionStatus.xml │ └── ServerSentEventsMessageFormatter.xml │ ├── Microsoft.AspNetCore.Http.Connections │ ├── AvailableTransport.xml │ ├── ConnectionOptions.xml │ ├── ConnectionOptionsSetup.xml │ ├── ConnectionsRouteBuilder.xml │ ├── HttpConnectionContextExtensions.xml │ ├── HttpConnectionDispatcherOptions.xml │ ├── HttpTransportType.xml │ ├── HttpTransports.xml │ ├── LongPollingOptions.xml │ ├── NegotiateMetadata.xml │ ├── NegotiateProtocol.xml │ ├── NegotiationResponse.xml │ └── WebSocketOptions.xml │ ├── Microsoft.AspNetCore.Http.Extensions │ ├── HttpRequestMultipartExtensions.xml │ ├── QueryBuilder.xml │ ├── StreamCopyOperation.xml │ └── UriHelper.xml │ ├── Microsoft.AspNetCore.Http.Features.Authentication │ ├── AuthenticateContext.xml │ ├── ChallengeBehavior.xml │ ├── ChallengeContext.xml │ ├── DescribeSchemesContext.xml │ ├── HttpAuthenticationFeature.xml │ ├── IAuthenticationHandler.xml │ ├── IHttpAuthenticationFeature.xml │ ├── SignInContext.xml │ └── SignOutContext.xml │ ├── Microsoft.AspNetCore.Http.Features │ ├── DefaultSessionFeature.xml │ ├── FeatureCollection.xml │ ├── FeatureCollectionExtensions.xml │ ├── FeatureReference`1.xml │ ├── FeatureReferences`1.xml │ ├── FormFeature.xml │ ├── FormOptions.xml │ ├── HttpConnectionFeature.xml │ ├── HttpRequestFeature.xml │ ├── HttpRequestIdentifierFeature.xml │ ├── HttpRequestLifetimeFeature.xml │ ├── HttpResponseFeature.xml │ ├── HttpsCompressionMode.xml │ ├── IBadRequestExceptionFeature.xml │ ├── IEndpointFeature.xml │ ├── IFeatureCollection.xml │ ├── IFormFeature.xml │ ├── IHttpActivityFeature.xml │ ├── IHttpBodyControlFeature.xml │ ├── IHttpBufferingFeature.xml │ ├── IHttpConnectionFeature.xml │ ├── IHttpExtendedConnectFeature.xml │ ├── IHttpMaxRequestBodySizeFeature.xml │ ├── IHttpMetricsTagsFeature.xml │ ├── IHttpRequestBodyDetectionFeature.xml │ ├── IHttpRequestFeature.xml │ ├── IHttpRequestIdentifierFeature.xml │ ├── IHttpRequestLifetimeFeature.xml │ ├── IHttpRequestTrailersFeature.xml │ ├── IHttpResetFeature.xml │ ├── IHttpResponseBodyFeature.xml │ ├── IHttpResponseFeature.xml │ ├── IHttpResponseTrailersFeature.xml │ ├── IHttpSendFileFeature.xml │ ├── IHttpUpgradeFeature.xml │ ├── IHttpWebSocketFeature.xml │ ├── IHttpWebTransportFeature.xml │ ├── IHttpsCompressionFeature.xml │ ├── IItemsFeature.xml │ ├── IQueryFeature.xml │ ├── IRequestBodyPipeFeature.xml │ ├── IRequestCookiesFeature.xml │ ├── IResponseCookiesFeature.xml │ ├── IRouteValuesFeature.xml │ ├── IServerVariablesFeature.xml │ ├── IServiceProvidersFeature.xml │ ├── ISessionFeature.xml │ ├── ITlsConnectionFeature.xml │ ├── ITlsTokenBindingFeature.xml │ ├── ITrackingConsentFeature.xml │ ├── IWebTransportSession.xml │ ├── ItemsFeature.xml │ ├── QueryFeature.xml │ ├── RequestBodyPipeFeature.xml │ ├── RequestCookiesFeature.xml │ ├── RequestServicesFeature.xml │ ├── ResponseCookiesFeature.xml │ ├── RouteValuesFeature.xml │ ├── ServiceProvidersFeature.xml │ └── TlsConnectionFeature.xml │ ├── Microsoft.AspNetCore.Http.Headers │ ├── RequestHeaders.xml │ └── ResponseHeaders.xml │ ├── Microsoft.AspNetCore.Http.HttpResults │ ├── Accepted.xml │ ├── AcceptedAtRoute.xml │ ├── AcceptedAtRoute`1.xml │ ├── Accepted`1.xml │ ├── BadRequest.xml │ ├── BadRequest`1.xml │ ├── ChallengeHttpResult.xml │ ├── Conflict.xml │ ├── Conflict`1.xml │ ├── ContentHttpResult.xml │ ├── Created.xml │ ├── CreatedAtRoute.xml │ ├── CreatedAtRoute`1.xml │ ├── Created`1.xml │ ├── EmptyHttpResult.xml │ ├── FileContentHttpResult.xml │ ├── FileStreamHttpResult.xml │ ├── ForbidHttpResult.xml │ ├── InternalServerError.xml │ ├── InternalServerError`1.xml │ ├── JsonHttpResult`1.xml │ ├── NoContent.xml │ ├── NotFound.xml │ ├── NotFound`1.xml │ ├── Ok.xml │ ├── Ok`1.xml │ ├── PhysicalFileHttpResult.xml │ ├── ProblemHttpResult.xml │ ├── PushStreamHttpResult.xml │ ├── RazorComponentResult.xml │ ├── RazorComponentResult`1.xml │ ├── RedirectHttpResult.xml │ ├── RedirectToRouteHttpResult.xml │ ├── Results`2.xml │ ├── Results`3.xml │ ├── Results`4.xml │ ├── Results`5.xml │ ├── Results`6.xml │ ├── ServerSentEventsResult`1.xml │ ├── SignInHttpResult.xml │ ├── SignOutHttpResult.xml │ ├── StatusCodeHttpResult.xml │ ├── UnauthorizedHttpResult.xml │ ├── UnprocessableEntity.xml │ ├── UnprocessableEntity`1.xml │ ├── Utf8ContentHttpResult.xml │ ├── ValidationProblem.xml │ └── VirtualFileHttpResult.xml │ ├── Microsoft.AspNetCore.Http.Internal │ ├── BindingAddress.xml │ ├── BufferingHelper.xml │ ├── DefaultConnectionInfo.xml │ ├── DefaultHttpRequest.xml │ ├── DefaultHttpResponse.xml │ ├── DefaultWebSocketManager.xml │ ├── FormFile.xml │ ├── FormFileCollection.xml │ ├── HeaderSegment.xml │ ├── HeaderSegmentCollection+Enumerator.xml │ ├── HeaderSegmentCollection.xml │ ├── ItemsDictionary.xml │ ├── ParsingHelpers.xml │ ├── QueryCollection+Enumerator.xml │ ├── QueryCollection.xml │ ├── RequestCookieCollection+Enumerator.xml │ ├── RequestCookieCollection.xml │ └── ResponseCookies.xml │ ├── Microsoft.AspNetCore.Http.Json │ └── JsonOptions.xml │ ├── Microsoft.AspNetCore.Http.Metadata │ ├── AcceptsMetadata.xml │ ├── FormMappingOptionsMetadata.xml │ ├── IAcceptsMetadata.xml │ ├── IAllowCookieRedirectMetadata.xml │ ├── IDisableCookieRedirectMetadata.xml │ ├── IDisableHttpMetricsMetadata.xml │ ├── IDisableValidationMetadata.xml │ ├── IEndpointDescriptionMetadata.xml │ ├── IEndpointMetadataProvider.xml │ ├── IEndpointParameterMetadataProvider.xml │ ├── IEndpointSummaryMetadata.xml │ ├── IFormOptionsMetadata.xml │ ├── IFromBodyMetadata.xml │ ├── IFromFormMetadata.xml │ ├── IFromHeaderMetadata.xml │ ├── IFromQueryMetadata.xml │ ├── IFromRouteMetadata.xml │ ├── IFromServiceMetadata.xml │ ├── IParameterBindingMetadata.xml │ ├── IProducesResponseTypeMetadata.xml │ ├── IRequestSizeLimitMetadata.xml │ ├── IRouteDiagnosticsMetadata.xml │ ├── ISkipStatusCodePagesMetadata.xml │ └── ITagsMetadata.xml │ ├── Microsoft.AspNetCore.Http.Timeouts │ ├── DisableRequestTimeoutAttribute.xml │ ├── IHttpRequestTimeoutFeature.xml │ ├── RequestTimeoutAttribute.xml │ ├── RequestTimeoutOptions.xml │ └── RequestTimeoutPolicy.xml │ ├── Microsoft.AspNetCore.Http │ ├── AllowCookieRedirectAttribute.xml │ ├── AsParametersAttribute.xml │ ├── BadHttpRequestException.xml │ ├── BindingAddress.xml │ ├── ConnectionInfo.xml │ ├── CookieBuilder.xml │ ├── CookieOptions.xml │ ├── CookieSecurePolicy.xml │ ├── DefaultEndpointFilterInvocationContext.xml │ ├── DefaultHttpContext.xml │ ├── DefaultHttpContextFactory.xml │ ├── DisableHttpMetricsAttribute.xml │ ├── Endpoint.xml │ ├── EndpointDescriptionAttribute.xml │ ├── EndpointFilterDelegate.xml │ ├── EndpointFilterExtensions.xml │ ├── EndpointFilterFactoryContext.xml │ ├── EndpointFilterInvocationContext.xml │ ├── EndpointHttpContextExtensions.xml │ ├── EndpointMetadataCollection+Enumerator.xml │ ├── EndpointMetadataCollection.xml │ ├── EndpointSummaryAttribute.xml │ ├── FormCollection+Enumerator.xml │ ├── FormCollection.xml │ ├── FormFile.xml │ ├── FormFileCollection.xml │ ├── FragmentString.xml │ ├── HeaderDictionary+Enumerator.xml │ ├── HeaderDictionary.xml │ ├── HeaderDictionaryExtensions.xml │ ├── HeaderDictionaryTypeExtensions.xml │ ├── HeaderParsingHttpRequestExtensions.xml │ ├── HostString.xml │ ├── HttpContext.xml │ ├── HttpContextAccessor.xml │ ├── HttpContextFactory.xml │ ├── HttpContextFeaturesExtensions.xml │ ├── HttpContextServerVariableExtensions.xml │ ├── HttpMethods.xml │ ├── HttpProtocol.xml │ ├── HttpRequest.xml │ ├── HttpRequestJsonExtensions.xml │ ├── HttpRequestRewindExtensions.xml │ ├── HttpResponse.xml │ ├── HttpResponseJsonExtensions.xml │ ├── HttpResponseWritingExtensions.xml │ ├── HttpValidationProblemDetails.xml │ ├── IBindableFromHttpContext`1.xml │ ├── IContentTypeHttpResult.xml │ ├── IEndpointFilter.xml │ ├── IFileHttpResult.xml │ ├── IFormCollection.xml │ ├── IFormFile.xml │ ├── IFormFileCollection.xml │ ├── IHeaderDictionary.xml │ ├── IHttpContextAccessor.xml │ ├── IHttpContextFactory.xml │ ├── IMiddleware.xml │ ├── IMiddlewareFactory.xml │ ├── INestedHttpResult.xml │ ├── IProblemDetailsService.xml │ ├── IProblemDetailsWriter.xml │ ├── IQueryCollection.xml │ ├── IRequestCookieCollection.xml │ ├── IResponseCookies.xml │ ├── IResult.xml │ ├── IResultExtensions.xml │ ├── ISession.xml │ ├── IStatusCodeHttpResult.xml │ ├── IValueHttpResult.xml │ ├── IValueHttpResult`1.xml │ ├── MiddlewareFactory.xml │ ├── OpenApiRouteHandlerBuilderExtensions.xml │ ├── PathString.xml │ ├── ProblemDetailsContext.xml │ ├── ProblemDetailsOptions.xml │ ├── ProducesResponseTypeMetadata.xml │ ├── QueryCollection+Enumerator.xml │ ├── QueryCollection.xml │ ├── QueryString.xml │ ├── RequestDelegate.xml │ ├── RequestDelegateFactory.xml │ ├── RequestDelegateFactoryOptions.xml │ ├── RequestDelegateMetadataResult.xml │ ├── RequestDelegateResult.xml │ ├── RequestFormReaderExtensions.xml │ ├── RequestTrailerExtensions.xml │ ├── ResponseExtensions.xml │ ├── ResponseTrailerExtensions.xml │ ├── Results.xml │ ├── SameSiteMode.xml │ ├── SendFileFallback.xml │ ├── SendFileResponseExtensions.xml │ ├── SessionExtensions.xml │ ├── StatusCodes.xml │ ├── StreamResponseBodyFeature.xml │ ├── TagsAttribute.xml │ ├── TypedResults.xml │ ├── WebSocketAcceptContext.xml │ └── WebSocketManager.xml │ ├── Microsoft.AspNetCore.HttpLogging │ ├── HttpLoggingAttribute.xml │ ├── HttpLoggingFields.xml │ ├── HttpLoggingInterceptorContext.xml │ ├── HttpLoggingOptions.xml │ ├── IHttpLoggingInterceptor.xml │ ├── MediaTypeOptions.xml │ ├── W3CLoggerOptions.xml │ └── W3CLoggingFields.xml │ ├── Microsoft.AspNetCore.HttpOverrides.Internal │ └── IPEndPointParser.xml │ ├── Microsoft.AspNetCore.HttpOverrides │ ├── CertificateForwardingMiddleware.xml │ ├── CertificateForwardingOptions.xml │ ├── ForwardedHeaders.xml │ ├── ForwardedHeadersDefaults.xml │ ├── ForwardedHeadersMiddleware.xml │ ├── HttpMethodOverrideMiddleware.xml │ └── IPNetwork.xml │ ├── Microsoft.AspNetCore.HttpsPolicy │ ├── HstsMiddleware.xml │ ├── HstsOptions.xml │ ├── HttpsRedirectionMiddleware.xml │ └── HttpsRedirectionOptions.xml │ ├── Microsoft.AspNetCore.Identity.Data │ ├── ForgotPasswordRequest.xml │ ├── InfoRequest.xml │ ├── InfoResponse.xml │ ├── LoginRequest.xml │ ├── RefreshRequest.xml │ ├── RegisterRequest.xml │ ├── ResendConfirmationEmailRequest.xml │ ├── ResetPasswordRequest.xml │ ├── TwoFactorRequest.xml │ └── TwoFactorResponse.xml │ ├── Microsoft.AspNetCore.Identity.EntityFrameworkCore │ ├── IdentityDbContext.xml │ ├── IdentityDbContext`1.xml │ ├── IdentityDbContext`3.xml │ ├── IdentityDbContext`8.xml │ ├── IdentityDbContext`9.xml │ ├── IdentityRole.xml │ ├── IdentityRoleClaim`1.xml │ ├── IdentityRole`1.xml │ ├── IdentityRole`3.xml │ ├── IdentityUser.xml │ ├── IdentityUserClaim`1.xml │ ├── IdentityUserContext`1.xml │ ├── IdentityUserContext`2.xml │ ├── IdentityUserContext`5.xml │ ├── IdentityUserContext`6.xml │ ├── IdentityUserLogin`1.xml │ ├── IdentityUserRole`1.xml │ ├── IdentityUserToken`1.xml │ ├── IdentityUser`1.xml │ ├── IdentityUser`4.xml │ ├── RoleStore`1.xml │ ├── RoleStore`2.xml │ ├── RoleStore`3.xml │ ├── RoleStore`5.xml │ ├── UserOnlyStore`1.xml │ ├── UserOnlyStore`2.xml │ ├── UserOnlyStore`3.xml │ ├── UserOnlyStore`6.xml │ ├── UserOnlyStore`7.xml │ ├── UserStore.xml │ ├── UserStore`1.xml │ ├── UserStore`10.xml │ ├── UserStore`3.xml │ ├── UserStore`4.xml │ ├── UserStore`8.xml │ └── UserStore`9.xml │ ├── Microsoft.AspNetCore.Identity.Test │ ├── ITestLogger.xml │ ├── IdentityResultAssert.xml │ ├── IdentitySpecificationTestBase`2.xml │ ├── IdentitySpecificationTestBase`3.xml │ ├── TestLogger`1.xml │ ├── UserManagerSpecificationTestBase`1.xml │ └── UserManagerSpecificationTestBase`2.xml │ ├── Microsoft.AspNetCore.Identity.UI.Pages.Account.Internal │ ├── AccessDeniedModel.xml │ ├── ConfirmEmailModel.xml │ ├── ExternalLoginModel+InputModel.xml │ ├── ExternalLoginModel.xml │ ├── ForgotPasswordConfirmation.xml │ ├── ForgotPasswordModel+InputModel.xml │ ├── ForgotPasswordModel.xml │ ├── LockoutModel.xml │ ├── LoginModel+InputModel.xml │ ├── LoginModel.xml │ ├── LoginWith2faModel+InputModel.xml │ ├── LoginWith2faModel.xml │ ├── LoginWithRecoveryCodeModel+InputModel.xml │ ├── LoginWithRecoveryCodeModel.xml │ ├── LogoutModel.xml │ ├── RegisterModel+InputModel.xml │ ├── RegisterModel.xml │ ├── ResetPasswordConfirmationModel.xml │ ├── ResetPasswordModel+InputModel.xml │ └── ResetPasswordModel.xml │ ├── Microsoft.AspNetCore.Identity.UI.Pages.Account.Manage.Internal │ ├── ChangePasswordModel+InputModel.xml │ ├── ChangePasswordModel.xml │ ├── DeletePersonalDataModel+InputModel.xml │ ├── DeletePersonalDataModel.xml │ ├── Disable2faModel.xml │ ├── DownloadPersonalDataModel.xml │ ├── EnableAuthenticatorModel+InputModel.xml │ ├── EnableAuthenticatorModel.xml │ ├── ExternalLoginsModel.xml │ ├── GenerateRecoveryCodesModel.xml │ ├── IndexModel+InputModel.xml │ ├── IndexModel.xml │ ├── ManageNavPages.xml │ ├── PersonalDataModel.xml │ ├── ResetAuthenticatorModel.xml │ ├── SetPasswordModel+InputModel.xml │ ├── SetPasswordModel.xml │ ├── ShowRecoveryCodesModel.xml │ └── TwoFactorAuthenticationModel.xml │ ├── Microsoft.AspNetCore.Identity.UI.Pages.Internal.Account.Manage │ ├── Areas_Identity_Pages_Account_Manage_ChangePassword.xml │ ├── Areas_Identity_Pages_Account_Manage_DeletePersonalData.xml │ ├── Areas_Identity_Pages_Account_Manage_Disable2fa.xml │ ├── Areas_Identity_Pages_Account_Manage_DownloadPersonalData.xml │ ├── Areas_Identity_Pages_Account_Manage_EnableAuthenticator.xml │ ├── Areas_Identity_Pages_Account_Manage_ExternalLogins.xml │ ├── Areas_Identity_Pages_Account_Manage_GenerateRecoveryCodes.xml │ ├── Areas_Identity_Pages_Account_Manage_Index.xml │ ├── Areas_Identity_Pages_Account_Manage_PersonalData.xml │ ├── Areas_Identity_Pages_Account_Manage_ResetAuthenticator.xml │ ├── Areas_Identity_Pages_Account_Manage_SetPassword.xml │ ├── Areas_Identity_Pages_Account_Manage_ShowRecoveryCodes.xml │ ├── Areas_Identity_Pages_Account_Manage_TwoFactorAuthentication.xml │ ├── Areas_Identity_Pages_Account_Manage__Layout.xml │ ├── Areas_Identity_Pages_Account_Manage__ManageNav.xml │ ├── Areas_Identity_Pages_Account_Manage__StatusMessage.xml │ ├── Areas_Identity_Pages_Account_Manage__ViewImports.xml │ └── Areas_Identity_Pages_Account_Manage__ViewStart.xml │ ├── Microsoft.AspNetCore.Identity.UI.Pages.Internal.Account │ ├── Areas_Identity_Pages_Account_AccessDenied.xml │ ├── Areas_Identity_Pages_Account_ConfirmEmail.xml │ ├── Areas_Identity_Pages_Account_ExternalLogin.xml │ ├── Areas_Identity_Pages_Account_ForgotPassword.xml │ ├── Areas_Identity_Pages_Account_ForgotPasswordConfirmation.xml │ ├── Areas_Identity_Pages_Account_Lockout.xml │ ├── Areas_Identity_Pages_Account_Login.xml │ ├── Areas_Identity_Pages_Account_LoginWith2fa.xml │ ├── Areas_Identity_Pages_Account_LoginWithRecoveryCode.xml │ ├── Areas_Identity_Pages_Account_Logout.xml │ ├── Areas_Identity_Pages_Account_Register.xml │ ├── Areas_Identity_Pages_Account_ResetPassword.xml │ ├── Areas_Identity_Pages_Account_ResetPasswordConfirmation.xml │ └── Areas_Identity_Pages_Account__ViewImports.xml │ ├── Microsoft.AspNetCore.Identity.UI.Pages.Internal │ ├── Areas_Identity_Pages_Error.xml │ ├── Areas_Identity_Pages__Layout.xml │ ├── Areas_Identity_Pages__ValidationScriptsPartial.xml │ ├── Areas_Identity_Pages__ViewImports.xml │ └── Areas_Identity_Pages__ViewStart.xml │ ├── Microsoft.AspNetCore.Identity.UI.Pages │ └── ErrorModel.xml │ ├── Microsoft.AspNetCore.Identity.UI.Services │ ├── IEmailSender.xml │ └── NoOpEmailSender.xml │ ├── Microsoft.AspNetCore.Identity.UI.V3.Pages.Account.Internal │ ├── AccessDeniedModel.xml │ ├── ConfirmEmailChangeModel.xml │ ├── ConfirmEmailModel.xml │ ├── ExternalLoginModel+InputModel.xml │ ├── ExternalLoginModel.xml │ ├── ForgotPasswordConfirmation.xml │ ├── ForgotPasswordModel+InputModel.xml │ ├── ForgotPasswordModel.xml │ ├── LockoutModel.xml │ ├── LoginModel+InputModel.xml │ ├── LoginModel.xml │ ├── LoginWith2faModel+InputModel.xml │ ├── LoginWith2faModel.xml │ ├── LoginWithRecoveryCodeModel+InputModel.xml │ ├── LoginWithRecoveryCodeModel.xml │ ├── LogoutModel.xml │ ├── RegisterConfirmationModel.xml │ ├── RegisterModel+InputModel.xml │ ├── RegisterModel.xml │ ├── ResetPasswordConfirmationModel.xml │ ├── ResetPasswordModel+InputModel.xml │ └── ResetPasswordModel.xml │ ├── Microsoft.AspNetCore.Identity.UI.V3.Pages.Account.Manage.Internal │ ├── ChangePasswordModel+InputModel.xml │ ├── ChangePasswordModel.xml │ ├── DeletePersonalDataModel+InputModel.xml │ ├── DeletePersonalDataModel.xml │ ├── Disable2faModel.xml │ ├── DownloadPersonalDataModel.xml │ ├── EmailModel+InputModel.xml │ ├── EmailModel.xml │ ├── EnableAuthenticatorModel+InputModel.xml │ ├── EnableAuthenticatorModel.xml │ ├── ExternalLoginsModel.xml │ ├── GenerateRecoveryCodesModel.xml │ ├── IndexModel+InputModel.xml │ ├── IndexModel.xml │ ├── ManageNavPages.xml │ ├── PersonalDataModel.xml │ ├── ResetAuthenticatorModel.xml │ ├── SetPasswordModel+InputModel.xml │ ├── SetPasswordModel.xml │ ├── ShowRecoveryCodesModel.xml │ └── TwoFactorAuthenticationModel.xml │ ├── Microsoft.AspNetCore.Identity.UI.V3.Pages.Internal.Account.Manage │ ├── Areas_Identity_Pages_Account_Manage_ChangePassword.xml │ ├── Areas_Identity_Pages_Account_Manage_DeletePersonalData.xml │ ├── Areas_Identity_Pages_Account_Manage_Disable2fa.xml │ ├── Areas_Identity_Pages_Account_Manage_DownloadPersonalData.xml │ ├── Areas_Identity_Pages_Account_Manage_Email.xml │ ├── Areas_Identity_Pages_Account_Manage_EnableAuthenticator.xml │ ├── Areas_Identity_Pages_Account_Manage_ExternalLogins.xml │ ├── Areas_Identity_Pages_Account_Manage_GenerateRecoveryCodes.xml │ ├── Areas_Identity_Pages_Account_Manage_Index.xml │ ├── Areas_Identity_Pages_Account_Manage_PersonalData.xml │ ├── Areas_Identity_Pages_Account_Manage_ResetAuthenticator.xml │ ├── Areas_Identity_Pages_Account_Manage_SetPassword.xml │ ├── Areas_Identity_Pages_Account_Manage_ShowRecoveryCodes.xml │ ├── Areas_Identity_Pages_Account_Manage_TwoFactorAuthentication.xml │ ├── Areas_Identity_Pages_Account_Manage__Layout.xml │ ├── Areas_Identity_Pages_Account_Manage__ManageNav.xml │ ├── Areas_Identity_Pages_Account_Manage__StatusMessage.xml │ ├── Areas_Identity_Pages_Account_Manage__ViewImports.xml │ └── Areas_Identity_Pages_Account_Manage__ViewStart.xml │ ├── Microsoft.AspNetCore.Identity.UI.V3.Pages.Internal.Account │ ├── Areas_Identity_Pages_Account_AccessDenied.xml │ ├── Areas_Identity_Pages_Account_ConfirmEmail.xml │ ├── Areas_Identity_Pages_Account_ConfirmEmailChange.xml │ ├── Areas_Identity_Pages_Account_ExternalLogin.xml │ ├── Areas_Identity_Pages_Account_ForgotPassword.xml │ ├── Areas_Identity_Pages_Account_ForgotPasswordConfirmation.xml │ ├── Areas_Identity_Pages_Account_Lockout.xml │ ├── Areas_Identity_Pages_Account_Login.xml │ ├── Areas_Identity_Pages_Account_LoginWith2fa.xml │ ├── Areas_Identity_Pages_Account_LoginWithRecoveryCode.xml │ ├── Areas_Identity_Pages_Account_Logout.xml │ ├── Areas_Identity_Pages_Account_Register.xml │ ├── Areas_Identity_Pages_Account_RegisterConfirmation.xml │ ├── Areas_Identity_Pages_Account_ResetPassword.xml │ ├── Areas_Identity_Pages_Account_ResetPasswordConfirmation.xml │ ├── Areas_Identity_Pages_Account__StatusMessage.xml │ └── Areas_Identity_Pages_Account__ViewImports.xml │ ├── Microsoft.AspNetCore.Identity.UI.V3.Pages.Internal │ ├── Areas_Identity_Pages_Error.xml │ ├── Areas_Identity_Pages__Layout.xml │ ├── Areas_Identity_Pages__ValidationScriptsPartial.xml │ ├── Areas_Identity_Pages__ViewImports.xml │ ├── Areas_Identity_Pages__ViewStart.xml │ └── ErrorModel.xml │ ├── Microsoft.AspNetCore.Identity.UI.V4.Pages.Account.Internal │ ├── AccessDeniedModel.xml │ ├── ConfirmEmailChangeModel.xml │ ├── ConfirmEmailModel.xml │ ├── ExternalLoginModel+InputModel.xml │ ├── ExternalLoginModel.xml │ ├── ForgotPasswordConfirmation.xml │ ├── ForgotPasswordModel+InputModel.xml │ ├── ForgotPasswordModel.xml │ ├── LockoutModel.xml │ ├── LoginModel+InputModel.xml │ ├── LoginModel.xml │ ├── LoginWith2faModel+InputModel.xml │ ├── LoginWith2faModel.xml │ ├── LoginWithRecoveryCodeModel+InputModel.xml │ ├── LoginWithRecoveryCodeModel.xml │ ├── LogoutModel.xml │ ├── RegisterConfirmationModel.xml │ ├── RegisterModel+InputModel.xml │ ├── RegisterModel.xml │ ├── ResendEmailConfirmationModel+InputModel.xml │ ├── ResendEmailConfirmationModel.xml │ ├── ResetPasswordConfirmationModel.xml │ ├── ResetPasswordModel+InputModel.xml │ └── ResetPasswordModel.xml │ ├── Microsoft.AspNetCore.Identity.UI.V4.Pages.Account.Manage.Internal │ ├── ChangePasswordModel+InputModel.xml │ ├── ChangePasswordModel.xml │ ├── DeletePersonalDataModel+InputModel.xml │ ├── DeletePersonalDataModel.xml │ ├── Disable2faModel.xml │ ├── DownloadPersonalDataModel.xml │ ├── EmailModel+InputModel.xml │ ├── EmailModel.xml │ ├── EnableAuthenticatorModel+InputModel.xml │ ├── EnableAuthenticatorModel.xml │ ├── ExternalLoginsModel.xml │ ├── GenerateRecoveryCodesModel.xml │ ├── IndexModel+InputModel.xml │ ├── IndexModel.xml │ ├── ManageNavPages.xml │ ├── PersonalDataModel.xml │ ├── ResetAuthenticatorModel.xml │ ├── SetPasswordModel+InputModel.xml │ ├── SetPasswordModel.xml │ ├── ShowRecoveryCodesModel.xml │ └── TwoFactorAuthenticationModel.xml │ ├── Microsoft.AspNetCore.Identity.UI.V4.Pages.Internal.Account.Manage │ ├── Areas_Identity_Pages_Account_Manage_ChangePassword.xml │ ├── Areas_Identity_Pages_Account_Manage_DeletePersonalData.xml │ ├── Areas_Identity_Pages_Account_Manage_Disable2fa.xml │ ├── Areas_Identity_Pages_Account_Manage_DownloadPersonalData.xml │ ├── Areas_Identity_Pages_Account_Manage_Email.xml │ ├── Areas_Identity_Pages_Account_Manage_EnableAuthenticator.xml │ ├── Areas_Identity_Pages_Account_Manage_ExternalLogins.xml │ ├── Areas_Identity_Pages_Account_Manage_GenerateRecoveryCodes.xml │ ├── Areas_Identity_Pages_Account_Manage_Index.xml │ ├── Areas_Identity_Pages_Account_Manage_PersonalData.xml │ ├── Areas_Identity_Pages_Account_Manage_ResetAuthenticator.xml │ ├── Areas_Identity_Pages_Account_Manage_SetPassword.xml │ ├── Areas_Identity_Pages_Account_Manage_ShowRecoveryCodes.xml │ ├── Areas_Identity_Pages_Account_Manage_TwoFactorAuthentication.xml │ ├── Areas_Identity_Pages_Account_Manage__Layout.xml │ ├── Areas_Identity_Pages_Account_Manage__ManageNav.xml │ ├── Areas_Identity_Pages_Account_Manage__StatusMessage.xml │ ├── Areas_Identity_Pages_Account_Manage__ViewImports.xml │ └── Areas_Identity_Pages_Account_Manage__ViewStart.xml │ ├── Microsoft.AspNetCore.Identity.UI.V4.Pages.Internal.Account │ ├── Areas_Identity_Pages_Account_AccessDenied.xml │ ├── Areas_Identity_Pages_Account_ConfirmEmail.xml │ ├── Areas_Identity_Pages_Account_ConfirmEmailChange.xml │ ├── Areas_Identity_Pages_Account_ExternalLogin.xml │ ├── Areas_Identity_Pages_Account_ForgotPassword.xml │ ├── Areas_Identity_Pages_Account_ForgotPasswordConfirmation.xml │ ├── Areas_Identity_Pages_Account_Lockout.xml │ ├── Areas_Identity_Pages_Account_Login.xml │ ├── Areas_Identity_Pages_Account_LoginWith2fa.xml │ ├── Areas_Identity_Pages_Account_LoginWithRecoveryCode.xml │ ├── Areas_Identity_Pages_Account_Logout.xml │ ├── Areas_Identity_Pages_Account_Register.xml │ ├── Areas_Identity_Pages_Account_RegisterConfirmation.xml │ ├── Areas_Identity_Pages_Account_ResendEmailConfirmation.xml │ ├── Areas_Identity_Pages_Account_ResetPassword.xml │ ├── Areas_Identity_Pages_Account_ResetPasswordConfirmation.xml │ ├── Areas_Identity_Pages_Account__StatusMessage.xml │ └── Areas_Identity_Pages_Account__ViewImports.xml │ ├── Microsoft.AspNetCore.Identity.UI.V4.Pages.Internal │ ├── Areas_Identity_Pages_Error.xml │ ├── Areas_Identity_Pages__Layout.xml │ ├── Areas_Identity_Pages__ValidationScriptsPartial.xml │ ├── Areas_Identity_Pages__ViewImports.xml │ ├── Areas_Identity_Pages__ViewStart.xml │ └── ErrorModel.xml │ ├── Microsoft.AspNetCore.Identity.UI.V5.Pages.Account.Internal │ ├── AccessDeniedModel.xml │ ├── ConfirmEmailChangeModel.xml │ ├── ConfirmEmailModel.xml │ ├── ExternalLoginModel+InputModel.xml │ ├── ExternalLoginModel.xml │ ├── ForgotPasswordConfirmation.xml │ ├── ForgotPasswordModel+InputModel.xml │ ├── ForgotPasswordModel.xml │ ├── LockoutModel.xml │ ├── LoginModel+InputModel.xml │ ├── LoginModel.xml │ ├── LoginWith2faModel+InputModel.xml │ ├── LoginWith2faModel.xml │ ├── LoginWithRecoveryCodeModel+InputModel.xml │ ├── LoginWithRecoveryCodeModel.xml │ ├── LogoutModel.xml │ ├── RegisterConfirmationModel.xml │ ├── RegisterModel+InputModel.xml │ ├── RegisterModel.xml │ ├── ResendEmailConfirmationModel+InputModel.xml │ ├── ResendEmailConfirmationModel.xml │ ├── ResetPasswordConfirmationModel.xml │ ├── ResetPasswordModel+InputModel.xml │ └── ResetPasswordModel.xml │ ├── Microsoft.AspNetCore.Identity.UI.V5.Pages.Account.Manage.Internal │ ├── ChangePasswordModel+InputModel.xml │ ├── ChangePasswordModel.xml │ ├── DeletePersonalDataModel+InputModel.xml │ ├── DeletePersonalDataModel.xml │ ├── Disable2faModel.xml │ ├── DownloadPersonalDataModel.xml │ ├── EmailModel+InputModel.xml │ ├── EmailModel.xml │ ├── EnableAuthenticatorModel+InputModel.xml │ ├── EnableAuthenticatorModel.xml │ ├── ExternalLoginsModel.xml │ ├── GenerateRecoveryCodesModel.xml │ ├── IndexModel+InputModel.xml │ ├── IndexModel.xml │ ├── ManageNavPages.xml │ ├── PersonalDataModel.xml │ ├── ResetAuthenticatorModel.xml │ ├── SetPasswordModel+InputModel.xml │ ├── SetPasswordModel.xml │ ├── ShowRecoveryCodesModel.xml │ └── TwoFactorAuthenticationModel.xml │ ├── Microsoft.AspNetCore.Identity.UI.V5.Pages.Internal │ └── ErrorModel.xml │ ├── Microsoft.AspNetCore.Identity.UI │ ├── DefaultUIOptions.xml │ ├── LoggerEventIds.xml │ ├── UIFramework.xml │ └── UIFrameworkAttribute.xml │ ├── Microsoft.AspNetCore.Identity │ ├── AspNetRoleManager`1.xml │ ├── AspNetUserManager`1.xml │ ├── AuthenticatorTokenProvider`1.xml │ ├── ClaimsIdentityOptions.xml │ ├── DataProtectionTokenProviderOptions.xml │ ├── DataProtectorTokenProvider`1.xml │ ├── DefaultPersonalDataProtector.xml │ ├── DefaultUserConfirmation`1.xml │ ├── EmailTokenProvider`1.xml │ ├── ExternalLoginInfo.xml │ ├── IEmailSender`1.xml │ ├── ILookupNormalizer.xml │ ├── ILookupProtector.xml │ ├── ILookupProtectorKeyRing.xml │ ├── IPasskeyHandler`1.xml │ ├── IPasswordHasher`1.xml │ ├── IPasswordValidator`1.xml │ ├── IPersonalDataProtector.xml │ ├── IProtectedUserStore`1.xml │ ├── IQueryableRoleStore`1.xml │ ├── IQueryableUserStore`1.xml │ ├── IRoleClaimStore`1.xml │ ├── IRoleStore`1.xml │ ├── IRoleValidator`1.xml │ ├── ISecurityStampValidator.xml │ ├── ITwoFactorSecurityStampValidator.xml │ ├── IUserAuthenticationTokenStore`1.xml │ ├── IUserAuthenticatorKeyStore`1.xml │ ├── IUserClaimStore`1.xml │ ├── IUserClaimsPrincipalFactory`1.xml │ ├── IUserConfirmation`1.xml │ ├── IUserEmailStore`1.xml │ ├── IUserLockoutStore`1.xml │ ├── IUserLoginStore`1.xml │ ├── IUserPasskeyStore`1.xml │ ├── IUserPasswordStore`1.xml │ ├── IUserPhoneNumberStore`1.xml │ ├── IUserRoleStore`1.xml │ ├── IUserSecurityStampStore`1.xml │ ├── IUserStore`1.xml │ ├── IUserTwoFactorRecoveryCodeStore`1.xml │ ├── IUserTwoFactorStore`1.xml │ ├── IUserTwoFactorTokenProvider`1.xml │ ├── IUserValidator`1.xml │ ├── IdentityBuilder.xml │ ├── IdentityBuilderExtensions.xml │ ├── IdentityBuilderUIExtensions.xml │ ├── IdentityConstants.xml │ ├── IdentityCookieAuthenticationBuilderExtensions.xml │ ├── IdentityCookieOptions.xml │ ├── IdentityCookiesBuilder.xml │ ├── IdentityError.xml │ ├── IdentityErrorDescriber.xml │ ├── IdentityMarkerService.xml │ ├── IdentityOptions.xml │ ├── IdentityPasskeyData.xml │ ├── IdentityPasskeyOptions.xml │ ├── IdentityResult.xml │ ├── IdentityRole.xml │ ├── IdentityRoleClaim`1.xml │ ├── IdentityRole`1.xml │ ├── IdentitySchemaVersions.xml │ ├── IdentityUser.xml │ ├── IdentityUserClaim`1.xml │ ├── IdentityUserLogin`1.xml │ ├── IdentityUserPasskey`1.xml │ ├── IdentityUserRole`1.xml │ ├── IdentityUserToken`1.xml │ ├── IdentityUser`1.xml │ ├── LockoutOptions.xml │ ├── PasskeyAssertionContext.xml │ ├── PasskeyAssertionResult.xml │ ├── PasskeyAssertionResult`1.xml │ ├── PasskeyAttestationContext.xml │ ├── PasskeyAttestationResult.xml │ ├── PasskeyAttestationStatementVerificationContext.xml │ ├── PasskeyCreationOptionsResult.xml │ ├── PasskeyException.xml │ ├── PasskeyHandler`1.xml │ ├── PasskeyOriginValidationContext.xml │ ├── PasskeyRequestOptionsResult.xml │ ├── PasskeyUserEntity.xml │ ├── PasswordHasherCompatibilityMode.xml │ ├── PasswordHasherOptions.xml │ ├── PasswordHasher`1.xml │ ├── PasswordOptions.xml │ ├── PasswordValidator`1.xml │ ├── PasswordVerificationResult.xml │ ├── PersonalDataAttribute.xml │ ├── PhoneNumberTokenProvider`1.xml │ ├── ProtectedPersonalDataAttribute.xml │ ├── RoleManager`1.xml │ ├── RoleStoreBase`4.xml │ ├── RoleValidator`1.xml │ ├── SecurityStampRefreshingPrincipalContext.xml │ ├── SecurityStampValidator.xml │ ├── SecurityStampValidatorOptions.xml │ ├── SecurityStampValidator`1.xml │ ├── SignInManager`1.xml │ ├── SignInOptions.xml │ ├── SignInResult.xml │ ├── StoreOptions.xml │ ├── TokenOptions.xml │ ├── TokenProviderDescriptor.xml │ ├── TotpSecurityStampBasedTokenProvider`1.xml │ ├── TwoFactorSecurityStampValidator`1.xml │ ├── UpperInvariantLookupNormalizer.xml │ ├── UserClaimsPrincipalFactory`1.xml │ ├── UserClaimsPrincipalFactory`2.xml │ ├── UserLoginInfo.xml │ ├── UserManager`1.xml │ ├── UserOptions.xml │ ├── UserPasskeyInfo.xml │ ├── UserStoreBase`5.xml │ ├── UserStoreBase`8.xml │ └── UserValidator`1.xml │ ├── Microsoft.AspNetCore.Internal │ ├── AwaitableThreadPool+Awaitable.xml │ ├── AwaitableThreadPool.xml │ └── EndpointRoutingApplicationBuilderExtensions.xml │ ├── Microsoft.AspNetCore.JsonPatch.Adapters │ ├── AdapterFactory.xml │ ├── IAdapterFactory.xml │ ├── IObjectAdapter.xml │ ├── IObjectAdapterWithTest.xml │ └── ObjectAdapter.xml │ ├── Microsoft.AspNetCore.JsonPatch.Converters │ ├── JsonPatchDocumentConverter.xml │ └── TypedJsonPatchDocumentConverter.xml │ ├── Microsoft.AspNetCore.JsonPatch.Exceptions │ └── JsonPatchException.xml │ ├── Microsoft.AspNetCore.JsonPatch.Helpers │ └── GetValueResult.xml │ ├── Microsoft.AspNetCore.JsonPatch.Internal │ ├── ConversionResult.xml │ ├── ConversionResultProvider.xml │ ├── DictionaryAdapter.xml │ ├── DictionaryAdapter`2.xml │ ├── DynamicObjectAdapter.xml │ ├── ExpandoObjectAdapter.xml │ ├── ExpandoObjectDictionaryExtensions.xml │ ├── ExpressionHelpers.xml │ ├── IAdapter.xml │ ├── JObjectAdapter.xml │ ├── ListAdapter+OperationType.xml │ ├── ListAdapter+PositionInfo.xml │ ├── ListAdapter+PositionType.xml │ ├── ListAdapter.xml │ ├── ObjectVisitor.xml │ ├── ParsedPath.xml │ └── PocoAdapter.xml │ ├── Microsoft.AspNetCore.JsonPatch.Operations │ ├── Operation.xml │ ├── OperationBase.xml │ ├── OperationType.xml │ └── Operation`1.xml │ ├── Microsoft.AspNetCore.JsonPatch.SystemTextJson.Adapters │ ├── IObjectAdapter.xml │ └── IObjectAdapterWithTest.xml │ ├── Microsoft.AspNetCore.JsonPatch.SystemTextJson.Exceptions │ └── JsonPatchException.xml │ ├── Microsoft.AspNetCore.JsonPatch.SystemTextJson.Operations │ ├── Operation.xml │ ├── OperationBase.xml │ ├── OperationType.xml │ └── Operation`1.xml │ ├── Microsoft.AspNetCore.JsonPatch.SystemTextJson │ ├── IJsonPatchDocument.xml │ ├── JsonPatchDocument.xml │ ├── JsonPatchDocument`1.xml │ └── JsonPatchError.xml │ ├── Microsoft.AspNetCore.JsonPatch │ ├── IJsonPatchDocument.xml │ ├── JsonPatchDocument.xml │ ├── JsonPatchDocument`1.xml │ ├── JsonPatchError.xml │ └── JsonPatchProperty.xml │ ├── Microsoft.AspNetCore.Localization.Routing │ └── RouteDataRequestCultureProvider.xml │ ├── Microsoft.AspNetCore.Localization │ ├── AcceptLanguageHeaderRequestCultureProvider.xml │ ├── CookieRequestCultureProvider.xml │ ├── CustomRequestCultureProvider.xml │ ├── IRequestCultureFeature.xml │ ├── IRequestCultureProvider.xml │ ├── ProviderCultureResult.xml │ ├── QueryStringRequestCultureProvider.xml │ ├── RequestCulture.xml │ ├── RequestCultureFeature.xml │ ├── RequestCultureProvider.xml │ └── RequestLocalizationMiddleware.xml │ ├── Microsoft.AspNetCore.MiddlewareAnalysis │ ├── AnalysisBuilder.xml │ ├── AnalysisMiddleware.xml │ └── AnalysisStartupFilter.xml │ ├── Microsoft.AspNetCore.Mvc.Abstractions │ ├── ActionDescriptor.xml │ ├── ActionDescriptorExtensions.xml │ ├── ActionDescriptorProviderContext.xml │ ├── ActionInvokerProviderContext.xml │ ├── IActionDescriptorProvider.xml │ ├── IActionInvoker.xml │ ├── IActionInvokerProvider.xml │ └── ParameterDescriptor.xml │ ├── Microsoft.AspNetCore.Mvc.ActionConstraints │ ├── ActionConstraintContext.xml │ ├── ActionConstraintItem.xml │ ├── ActionConstraintProviderContext.xml │ ├── ActionMethodSelectorAttribute.xml │ ├── ActionSelectorCandidate.xml │ ├── HttpMethodActionConstraint.xml │ ├── IActionConstraint.xml │ ├── IActionConstraintFactory.xml │ ├── IActionConstraintMetadata.xml │ └── IActionConstraintProvider.xml │ ├── Microsoft.AspNetCore.Mvc.ApiExplorer │ ├── ApiConventionNameMatchAttribute.xml │ ├── ApiConventionNameMatchBehavior.xml │ ├── ApiConventionResult.xml │ ├── ApiConventionTypeMatchAttribute.xml │ ├── ApiConventionTypeMatchBehavior.xml │ ├── ApiDescription.xml │ ├── ApiDescriptionExtensions.xml │ ├── ApiDescriptionGroup.xml │ ├── ApiDescriptionGroupCollection.xml │ ├── ApiDescriptionGroupCollectionProvider.xml │ ├── ApiDescriptionProviderContext.xml │ ├── ApiParameterDescription.xml │ ├── ApiParameterRouteInfo.xml │ ├── ApiRequestFormat.xml │ ├── ApiResponseFormat.xml │ ├── ApiResponseType.xml │ ├── DefaultApiDescriptionProvider.xml │ ├── IApiDefaultResponseMetadataProvider.xml │ ├── IApiDescriptionGroupCollectionProvider.xml │ ├── IApiDescriptionGroupNameProvider.xml │ ├── IApiDescriptionProvider.xml │ ├── IApiDescriptionVisibilityProvider.xml │ ├── IApiRequestFormatMetadataProvider.xml │ ├── IApiRequestMetadataProvider.xml │ ├── IApiResponseMetadataProvider.xml │ └── IApiResponseTypeMetadataProvider.xml │ ├── Microsoft.AspNetCore.Mvc.ApplicationModels │ ├── ActionModel.xml │ ├── ApiConventionApplicationModelConvention.xml │ ├── ApiExplorerModel.xml │ ├── ApiVisibilityConvention.xml │ ├── ApplicationModel.xml │ ├── ApplicationModelProviderContext.xml │ ├── AttributeRouteModel.xml │ ├── ClientErrorResultFilterConvention.xml │ ├── ConsumesConstraintForFormFileParameterConvention.xml │ ├── ControllerModel.xml │ ├── IActionModelConvention.xml │ ├── IApiExplorerModel.xml │ ├── IApplicationModelConvention.xml │ ├── IApplicationModelProvider.xml │ ├── IBindingModel.xml │ ├── ICommonModel.xml │ ├── IControllerModelConvention.xml │ ├── IFilterModel.xml │ ├── IPageApplicationModelConvention.xml │ ├── IPageApplicationModelPartsProvider.xml │ ├── IPageApplicationModelProvider.xml │ ├── IPageConvention.xml │ ├── IPageHandlerModelConvention.xml │ ├── IPageRouteModelConvention.xml │ ├── IPageRouteModelProvider.xml │ ├── IParameterModelBaseConvention.xml │ ├── IParameterModelConvention.xml │ ├── IPropertyModel.xml │ ├── InferParameterBindingInfoConvention.xml │ ├── InvalidModelStateFilterConvention.xml │ ├── PageApplicationModel.xml │ ├── PageApplicationModelProviderContext.xml │ ├── PageConventionCollection.xml │ ├── PageHandlerModel.xml │ ├── PageParameterModel.xml │ ├── PagePropertyModel.xml │ ├── PageRouteMetadata.xml │ ├── PageRouteModel.xml │ ├── PageRouteModelProviderContext.xml │ ├── PageRouteTransformerConvention.xml │ ├── ParameterModel.xml │ ├── ParameterModelBase.xml │ ├── PropertyModel.xml │ ├── RouteTokenTransformerConvention.xml │ └── SelectorModel.xml │ ├── Microsoft.AspNetCore.Mvc.ApplicationParts │ ├── ApplicationPart.xml │ ├── ApplicationPartAttribute.xml │ ├── ApplicationPartFactory.xml │ ├── ApplicationPartManager.xml │ ├── AssemblyPart.xml │ ├── AssemblyPartExtensions.xml │ ├── CompiledRazorAssemblyApplicationPartFactory.xml │ ├── CompiledRazorAssemblyPart.xml │ ├── ConsolidatedAssemblyApplicationPartFactory.xml │ ├── DefaultApplicationPartFactory.xml │ ├── IApplicationFeatureProvider.xml │ ├── IApplicationFeatureProvider`1.xml │ ├── IApplicationPartTypeProvider.xml │ ├── ICompilationReferencesProvider.xml │ ├── IRazorCompiledItemProvider.xml │ ├── NullApplicationPartFactory.xml │ ├── ProvideApplicationPartFactoryAttribute.xml │ ├── RelatedAssemblyAttribute.xml │ ├── ViewInfo.xml │ └── ViewInfoContainer.xml │ ├── Microsoft.AspNetCore.Mvc.Authorization │ ├── AllowAnonymousFilter.xml │ ├── AuthorizeFilter.xml │ └── IAllowAnonymousFilter.xml │ ├── Microsoft.AspNetCore.Mvc.Controllers │ ├── ControllerActionDescriptor.xml │ ├── ControllerActivatorProvider.xml │ ├── ControllerBoundPropertyDescriptor.xml │ ├── ControllerFactoryProvider.xml │ ├── ControllerFeature.xml │ ├── ControllerFeatureProvider.xml │ ├── ControllerParameterDescriptor.xml │ ├── DefaultControllerActivator.xml │ ├── DefaultControllerFactory.xml │ ├── IControllerActivator.xml │ ├── IControllerActivatorProvider.xml │ ├── IControllerFactory.xml │ ├── IControllerFactoryProvider.xml │ └── ServiceBasedControllerActivator.xml │ ├── Microsoft.AspNetCore.Mvc.Core.Infrastructure │ └── IAntiforgeryValidationFailedResult.xml │ ├── Microsoft.AspNetCore.Mvc.Cors.Internal │ ├── CorsApplicationModelProvider.xml │ ├── CorsAuthorizationFilterFactory.xml │ ├── CorsHttpMethodActionConstraint.xml │ ├── CorsLoggerExtensions.xml │ ├── DisableCorsAuthorizationFilter.xml │ └── ICorsAuthorizationFilter.xml │ ├── Microsoft.AspNetCore.Mvc.Cors │ └── CorsAuthorizationFilter.xml │ ├── Microsoft.AspNetCore.Mvc.DataAnnotations.Internal │ ├── AttributeAdapterBase`1.xml │ ├── CompareAttributeAdapter.xml │ ├── DataAnnotationsClientModelValidatorProvider.xml │ ├── DataAnnotationsLocalizationServices.xml │ ├── DataAnnotationsMetadataProvider.xml │ ├── DataAnnotationsModelValidator.xml │ ├── DataAnnotationsModelValidatorProvider.xml │ ├── DataTypeAttributeAdapter.xml │ ├── DefaultClientModelValidatorProvider.xml │ ├── FileExtensionsAttributeAdapter.xml │ ├── MaxLengthAttributeAdapter.xml │ ├── MinLengthAttributeAdapter.xml │ ├── MvcDataAnnotationsLocalizationOptionsSetup.xml │ ├── MvcDataAnnotationsMvcOptionsSetup.xml │ ├── NumericClientModelValidator.xml │ ├── NumericClientModelValidatorProvider.xml │ ├── RangeAttributeAdapter.xml │ ├── RegularExpressionAttributeAdapter.xml │ ├── RequiredAttributeAdapter.xml │ ├── StringLengthAttributeAdapter.xml │ ├── ValidatableObjectAdapter.xml │ ├── ValidationAttributeAdapterProvider.xml │ └── ValidationAttributeAdapter`1.xml │ ├── Microsoft.AspNetCore.Mvc.DataAnnotations │ ├── AttributeAdapterBase`1.xml │ ├── IAttributeAdapter.xml │ ├── IValidationAttributeAdapterProvider.xml │ ├── MvcDataAnnotationsLocalizationOptions.xml │ ├── RequiredAttributeAdapter.xml │ ├── ValidationAttributeAdapterProvider.xml │ ├── ValidationAttributeAdapter`1.xml │ └── ValidationProviderAttribute.xml │ ├── Microsoft.AspNetCore.Mvc.Diagnostics │ ├── AfterActionEventData.xml │ ├── AfterActionFilterOnActionExecutedEventData.xml │ ├── AfterActionFilterOnActionExecutingEventData.xml │ ├── AfterActionFilterOnActionExecutionEventData.xml │ ├── AfterActionResultEventData.xml │ ├── AfterAuthorizationFilterOnAuthorizationEventData.xml │ ├── AfterControllerActionMethodEventData.xml │ ├── AfterExceptionFilterOnExceptionEventData.xml │ ├── AfterHandlerMethodEventData.xml │ ├── AfterPageFilterOnPageHandlerExecutedEventData.xml │ ├── AfterPageFilterOnPageHandlerExecutingEventData.xml │ ├── AfterPageFilterOnPageHandlerExecutionEventData.xml │ ├── AfterPageFilterOnPageHandlerSelectedEventData.xml │ ├── AfterPageFilterOnPageHandlerSelectionEventData.xml │ ├── AfterResourceFilterOnResourceExecutedEventData.xml │ ├── AfterResourceFilterOnResourceExecutingEventData.xml │ ├── AfterResourceFilterOnResourceExecutionEventData.xml │ ├── AfterResultFilterOnResultExecutedEventData.xml │ ├── AfterResultFilterOnResultExecutingEventData.xml │ ├── AfterResultFilterOnResultExecutionEventData.xml │ ├── AfterViewComponentEventData.xml │ ├── AfterViewEventData.xml │ ├── AfterViewPageEventData.xml │ ├── BeforeActionEventData.xml │ ├── BeforeActionFilterOnActionExecutedEventData.xml │ ├── BeforeActionFilterOnActionExecutingEventData.xml │ ├── BeforeActionFilterOnActionExecutionEventData.xml │ ├── BeforeActionResultEventData.xml │ ├── BeforeAuthorizationFilterOnAuthorizationEventData.xml │ ├── BeforeControllerActionMethodEventData.xml │ ├── BeforeExceptionFilterOnException.xml │ ├── BeforeHandlerMethodEventData.xml │ ├── BeforePageFilterOnPageHandlerExecutedEventData.xml │ ├── BeforePageFilterOnPageHandlerExecutingEventData.xml │ ├── BeforePageFilterOnPageHandlerExecutionEventData.xml │ ├── BeforePageFilterOnPageHandlerSelectedEventData.xml │ ├── BeforePageFilterOnPageHandlerSelectionEventData.xml │ ├── BeforeResourceFilterOnResourceExecutedEventData.xml │ ├── BeforeResourceFilterOnResourceExecutingEventData.xml │ ├── BeforeResourceFilterOnResourceExecutionEventData.xml │ ├── BeforeResultFilterOnResultExecutedEventData.xml │ ├── BeforeResultFilterOnResultExecutingEventData.xml │ ├── BeforeResultFilterOnResultExecutionEventData.xml │ ├── BeforeViewComponentEventData.xml │ ├── BeforeViewEventData.xml │ ├── BeforeViewPageEventData.xml │ ├── EventData+Enumerator.xml │ ├── EventData.xml │ ├── ViewComponentAfterViewExecuteEventData.xml │ ├── ViewComponentBeforeViewExecuteEventData.xml │ ├── ViewFoundEventData.xml │ └── ViewNotFoundEventData.xml │ ├── Microsoft.AspNetCore.Mvc.Filters │ ├── ActionExecutedContext.xml │ ├── ActionExecutingContext.xml │ ├── ActionExecutionDelegate.xml │ ├── ActionFilterAttribute.xml │ ├── AuthorizationFilterContext.xml │ ├── ExceptionContext.xml │ ├── ExceptionFilterAttribute.xml │ ├── FilterCollection.xml │ ├── FilterContext.xml │ ├── FilterDescriptor.xml │ ├── FilterItem.xml │ ├── FilterProviderContext.xml │ ├── FilterScope.xml │ ├── IActionFilter.xml │ ├── IAlwaysRunResultFilter.xml │ ├── IAsyncActionFilter.xml │ ├── IAsyncAlwaysRunResultFilter.xml │ ├── IAsyncAuthorizationFilter.xml │ ├── IAsyncExceptionFilter.xml │ ├── IAsyncPageFilter.xml │ ├── IAsyncResourceFilter.xml │ ├── IAsyncResultFilter.xml │ ├── IAuthorizationFilter.xml │ ├── IExceptionFilter.xml │ ├── IFilterContainer.xml │ ├── IFilterFactory.xml │ ├── IFilterMetadata.xml │ ├── IFilterProvider.xml │ ├── IOrderedFilter.xml │ ├── IPageFilter.xml │ ├── IResourceFilter.xml │ ├── IResultFilter.xml │ ├── PageHandlerExecutedContext.xml │ ├── PageHandlerExecutingContext.xml │ ├── PageHandlerExecutionDelegate.xml │ ├── PageHandlerSelectedContext.xml │ ├── ResourceExecutedContext.xml │ ├── ResourceExecutingContext.xml │ ├── ResourceExecutionDelegate.xml │ ├── ResultExecutedContext.xml │ ├── ResultExecutingContext.xml │ ├── ResultExecutionDelegate.xml │ └── ResultFilterAttribute.xml │ ├── Microsoft.AspNetCore.Mvc.Formatters.Internal │ ├── AcceptHeaderParser.xml │ ├── HttpParseResult.xml │ ├── HttpTokenParsingRules.xml │ ├── IFormatFilter.xml │ └── MediaTypeSegmentWithQuality.xml │ ├── Microsoft.AspNetCore.Mvc.Formatters.Json.Internal │ ├── JsonArrayPool`1.xml │ ├── JsonResultExecutor.xml │ ├── JsonSerializerObjectPolicy.xml │ └── MvcJsonMvcOptionsSetup.xml │ ├── Microsoft.AspNetCore.Mvc.Formatters.Json │ └── JsonPatchOperationsArrayProvider.xml │ ├── Microsoft.AspNetCore.Mvc.Formatters.Xml.Internal │ ├── FormattingUtilities.xml │ ├── LoggerExtensions.xml │ ├── MvcXmlDataContractSerializerMvcOptionsSetup.xml │ └── MvcXmlSerializerMvcOptionsSetup.xml │ ├── Microsoft.AspNetCore.Mvc.Formatters.Xml │ ├── DelegatingEnumerable`2.xml │ ├── DelegatingEnumerator`2.xml │ ├── EnumerableWrapperProvider.xml │ ├── EnumerableWrapperProviderFactory.xml │ ├── IUnwrappable.xml │ ├── IWrapperProvider.xml │ ├── IWrapperProviderFactory.xml │ ├── MvcXmlOptions.xml │ ├── ProblemDetails21Wrapper.xml │ ├── ProblemDetailsWrapper.xml │ ├── SerializableErrorWrapper.xml │ ├── SerializableErrorWrapperProvider.xml │ ├── SerializableErrorWrapperProviderFactory.xml │ ├── ValidationProblemDetails21Wrapper.xml │ ├── ValidationProblemDetailsWrapper.xml │ ├── WrapperProviderContext.xml │ └── WrapperProviderFactoriesExtensions.xml │ ├── Microsoft.AspNetCore.Mvc.Formatters │ ├── FormatFilter.xml │ ├── FormatterCollection`1.xml │ ├── FormatterMappings.xml │ ├── HttpNoContentOutputFormatter.xml │ ├── IInputFormatter.xml │ ├── IInputFormatterExceptionPolicy.xml │ ├── IOutputFormatter.xml │ ├── InputFormatter.xml │ ├── InputFormatterContext.xml │ ├── InputFormatterException.xml │ ├── InputFormatterExceptionPolicy.xml │ ├── InputFormatterResult.xml │ ├── JsonInputFormatter.xml │ ├── JsonOutputFormatter.xml │ ├── JsonPatchInputFormatter.xml │ ├── JsonSerializerSettingsProvider.xml │ ├── MediaType.xml │ ├── MediaTypeCollection.xml │ ├── MediaTypeSegmentWithQuality.xml │ ├── NewtonsoftJsonInputFormatter.xml │ ├── NewtonsoftJsonOutputFormatter.xml │ ├── NewtonsoftJsonPatchInputFormatter.xml │ ├── OutputFormatter.xml │ ├── OutputFormatterCanWriteContext.xml │ ├── OutputFormatterWriteContext.xml │ ├── StreamOutputFormatter.xml │ ├── StringOutputFormatter.xml │ ├── SystemTextJsonInputFormatter.xml │ ├── SystemTextJsonOutputFormatter.xml │ ├── TextInputFormatter.xml │ ├── TextOutputFormatter.xml │ ├── XmlDataContractSerializerInputFormatter.xml │ ├── XmlDataContractSerializerOutputFormatter.xml │ ├── XmlSerializerInputFormatter.xml │ └── XmlSerializerOutputFormatter.xml │ ├── Microsoft.AspNetCore.Mvc.Infrastructure │ ├── ActionContextAccessor.xml │ ├── ActionDescriptorCollection.xml │ ├── ActionDescriptorCollectionProvider.xml │ ├── ActionResultObjectValueAttribute.xml │ ├── ActionResultStatusCodeAttribute.xml │ ├── AmbiguousActionException.xml │ ├── CompatibilitySwitch`1.xml │ ├── ConfigureCompatibilityOptions`1.xml │ ├── ContentResultExecutor.xml │ ├── DefaultOutputFormatterSelector.xml │ ├── DefaultProblemDetailsFactory.xml │ ├── DefaultStatusCodeAttribute.xml │ ├── FileContentResultExecutor.xml │ ├── FileResultExecutorBase.xml │ ├── FileStreamResultExecutor.xml │ ├── IActionContextAccessor.xml │ ├── IActionDescriptorChangeProvider.xml │ ├── IActionDescriptorCollectionProvider.xml │ ├── IActionInvokerFactory.xml │ ├── IActionResultExecutor`1.xml │ ├── IActionResultTypeMapper.xml │ ├── IActionSelector.xml │ ├── IApiBehaviorMetadata.xml │ ├── IClientErrorActionResult.xml │ ├── IClientErrorFactory.xml │ ├── ICompatibilitySwitch.xml │ ├── IConvertToActionResult.xml │ ├── IHttpRequestStreamReaderFactory.xml │ ├── IHttpResponseStreamWriterFactory.xml │ ├── IParameterInfoParameterDescriptor.xml │ ├── IPropertyInfoParameterDescriptor.xml │ ├── IStatusCodeActionResult.xml │ ├── LocalRedirectResultExecutor.xml │ ├── ModelStateInvalidFilter.xml │ ├── MvcCompatibilityOptions.xml │ ├── ObjectResultExecutor.xml │ ├── OutputFormatterSelector.xml │ ├── PhysicalFileResultExecutor+FileMetadata.xml │ ├── PhysicalFileResultExecutor.xml │ ├── ProblemDetailsFactory.xml │ ├── RedirectResultExecutor.xml │ ├── RedirectToActionResultExecutor.xml │ ├── RedirectToPageResultExecutor.xml │ ├── RedirectToRouteResultExecutor.xml │ └── VirtualFileResultExecutor.xml │ ├── Microsoft.AspNetCore.Mvc.Internal │ ├── ActionAttributeRouteModel.xml │ ├── ActionConstraintCache.xml │ ├── ActionDescriptorCollectionProvider.xml │ ├── ActionInvokerFactory.xml │ ├── ActionResultTypeMapper.xml │ ├── ActionSelectionDecisionTree.xml │ ├── ActionSelector.xml │ ├── ActionSelectorDecisionTreeProvider.xml │ ├── AmbiguousActionException.xml │ ├── ApiBehaviorApplicationModelProvider.xml │ ├── ApiBehaviorOptionsSetup.xml │ ├── ApiDescriptionActionData.xml │ ├── ApplicationModelConventions.xml │ ├── AttributeRoute.xml │ ├── AttributeRouteEntries.xml │ ├── AttributeRouting.xml │ ├── AuthorizationApplicationModelProvider.xml │ ├── ClientValidatorCache.xml │ ├── ContentResultExecutor.xml │ ├── ControllerActionDescriptorBuilder.xml │ ├── ControllerActionDescriptorProvider.xml │ ├── ControllerActionExecutor.xml │ ├── ControllerActionFilter.xml │ ├── ControllerActionInvoker.xml │ ├── ControllerActionInvokerCache+ControllerActionInvokerState.xml │ ├── ControllerActionInvokerCache.xml │ ├── ControllerActionInvokerCacheEntry.xml │ ├── ControllerActionInvokerProvider.xml │ ├── ControllerBinderDelegate.xml │ ├── ControllerBinderDelegateProvider.xml │ ├── ControllerResultFilter.xml │ ├── CopyOnWriteList`1.xml │ ├── DefaultActionConstraintProvider.xml │ ├── DefaultApplicationModelProvider.xml │ ├── DefaultAssemblyPartDiscoveryProvider.xml │ ├── DefaultBindingMetadataProvider.xml │ ├── DefaultCollectionValidationStrategy.xml │ ├── DefaultComplexObjectValidationStrategy.xml │ ├── DefaultCompositeMetadataDetailsProvider.xml │ ├── DefaultControllerArgumentBinder.xml │ ├── DefaultControllerPropertyActivator.xml │ ├── DefaultFilterProvider.xml │ ├── DefaultModelValidatorProvider.xml │ ├── DefaultObjectValidator.xml │ ├── DefaultValidationMetadataProvider.xml │ ├── DisableRequestSizeLimitFilter.xml │ ├── DisableRequestSizeLimitResourceFilter.xml │ ├── ElementalValueProvider.xml │ ├── EmptyArray`1.xml │ ├── ExplicitIndexCollectionValidationStrategy.xml │ ├── FileContentResultExecutor.xml │ ├── FileResultExecutorBase.xml │ ├── FileStreamResultExecutor.xml │ ├── FilterCursor.xml │ ├── FilterCursorItem`2.xml │ ├── FilterDescriptorOrderComparer.xml │ ├── FilterFactory.xml │ ├── FilterFactoryResult.xml │ ├── HttpMethodActionConstraint.xml │ ├── IActionInvokerFactory.xml │ ├── IActionSelectionDecisionTree.xml │ ├── IActionSelectorDecisionTreeProvider.xml │ ├── IApiBehaviorMetadata.xml │ ├── IConsumesActionConstraint.xml │ ├── IControllerArgumentBinder.xml │ ├── IControllerPropertyActivator.xml │ ├── IHttpRequestStreamReaderFactory.xml │ ├── IHttpResponseStreamWriterFactory.xml │ ├── IMiddlewareFilterFeature.xml │ ├── IResponseCacheFilter.xml │ ├── ITypeActivatorCache.xml │ ├── LocalRedirectResultExecutor.xml │ ├── MemoryPoolHttpRequestStreamReaderFactory.xml │ ├── MemoryPoolHttpResponseStreamWriterFactory.xml │ ├── MiddlewareFilterBuilder.xml │ ├── MiddlewareFilterConfigurationProvider.xml │ ├── MiddlewareFilterFeature.xml │ ├── MvcAttributeRouteHandler.xml │ ├── MvcBuilder.xml │ ├── MvcCoreBuilder.xml │ ├── MvcCoreDiagnosticSourceExtensions.xml │ ├── MvcCoreMvcOptionsSetup.xml │ ├── MvcCoreRouteOptionsSetup.xml │ ├── MvcMarkerService.xml │ ├── MvcRazorPagesDiagnosticSourceExtensions.xml │ ├── MvcRouteHandler.xml │ ├── NoOpBinder.xml │ ├── NonDisposableStream.xml │ ├── NormalizedRouteValue.xml │ ├── ObjectMethodExecutor.xml │ ├── ObjectResultExecutor.xml │ ├── ParameterDefaultValues.xml │ ├── PhysicalFileResultExecutor+FileMetadata.xml │ ├── PhysicalFileResultExecutor.xml │ ├── PlaceholderBinder.xml │ ├── PrefixContainer.xml │ ├── PropertyValueSetter.xml │ ├── RedirectResultExecutor.xml │ ├── RedirectToActionResultExecutor.xml │ ├── RedirectToPageResultExecutor.xml │ ├── RedirectToRouteResultExecutor.xml │ ├── RequestFormLimitsFilter.xml │ ├── RequestSizeLimitFilter.xml │ ├── RequestSizeLimitResourceFilter.xml │ ├── ResourceInvoker.xml │ ├── ResponseCacheFilter.xml │ ├── ResponseCacheFilterExecutor.xml │ ├── ResponseContentTypeHelper.xml │ ├── ShortFormDictionaryValidationStrategy`2.xml │ ├── TaskCache.xml │ ├── TaskCache`1.xml │ ├── TypeActivatorCache.xml │ ├── ValidatorCache.xml │ ├── ViewEnginePath.xml │ └── VirtualFileResultExecutor.xml │ ├── Microsoft.AspNetCore.Mvc.Localization.Internal │ └── MvcLocalizationServices.xml │ ├── Microsoft.AspNetCore.Mvc.Localization │ ├── HtmlLocalizer.xml │ ├── HtmlLocalizerExtensions.xml │ ├── HtmlLocalizerFactory.xml │ ├── HtmlLocalizer`1.xml │ ├── IHtmlLocalizer.xml │ ├── IHtmlLocalizerFactory.xml │ ├── IHtmlLocalizer`1.xml │ ├── IViewLocalizer.xml │ ├── LocalizedHtmlString.xml │ └── ViewLocalizer.xml │ ├── Microsoft.AspNetCore.Mvc.ModelBinding.Binders │ ├── ArrayModelBinderProvider.xml │ ├── ArrayModelBinder`1.xml │ ├── BinderTypeModelBinder.xml │ ├── BinderTypeModelBinderProvider.xml │ ├── BodyModelBinder.xml │ ├── BodyModelBinderProvider.xml │ ├── ByteArrayModelBinder.xml │ ├── ByteArrayModelBinderProvider.xml │ ├── CancellationTokenModelBinder.xml │ ├── CancellationTokenModelBinderProvider.xml │ ├── CollectionModelBinderProvider.xml │ ├── CollectionModelBinder`1.xml │ ├── ComplexObjectModelBinder.xml │ ├── ComplexObjectModelBinderProvider.xml │ ├── ComplexTypeModelBinder.xml │ ├── ComplexTypeModelBinderProvider.xml │ ├── DateTimeModelBinder.xml │ ├── DateTimeModelBinderProvider.xml │ ├── DecimalModelBinder.xml │ ├── DictionaryModelBinderProvider.xml │ ├── DictionaryModelBinder`2.xml │ ├── DoubleModelBinder.xml │ ├── EnumTypeModelBinder.xml │ ├── EnumTypeModelBinderProvider.xml │ ├── FloatModelBinder.xml │ ├── FloatingPointTypeModelBinderProvider.xml │ ├── FormCollectionModelBinder.xml │ ├── FormCollectionModelBinderProvider.xml │ ├── FormFileModelBinder.xml │ ├── FormFileModelBinderProvider.xml │ ├── HeaderModelBinder.xml │ ├── HeaderModelBinderProvider.xml │ ├── KeyValuePairModelBinderProvider.xml │ ├── KeyValuePairModelBinder`2.xml │ ├── ServicesModelBinder.xml │ ├── ServicesModelBinderProvider.xml │ ├── SimpleTypeModelBinder.xml │ ├── SimpleTypeModelBinderProvider.xml │ └── TryParseModelBinderProvider.xml │ ├── Microsoft.AspNetCore.Mvc.ModelBinding.Internal │ ├── ModelBindingHelper.xml │ └── ValidationStack.xml │ ├── Microsoft.AspNetCore.Mvc.ModelBinding.Metadata │ ├── BindingMetadata.xml │ ├── BindingMetadataProviderContext.xml │ ├── BindingSourceMetadataProvider.xml │ ├── DataMemberRequiredBindingMetadataProvider.xml │ ├── DefaultMetadataDetails.xml │ ├── DefaultModelBindingMessageProvider.xml │ ├── DefaultModelMetadata.xml │ ├── DefaultModelMetadataProvider.xml │ ├── DisplayMetadata.xml │ ├── DisplayMetadataProviderContext.xml │ ├── ExcludeBindingMetadataProvider.xml │ ├── IBindingMetadataProvider.xml │ ├── ICompositeMetadataDetailsProvider.xml │ ├── IDisplayMetadataProvider.xml │ ├── IMetadataDetailsProvider.xml │ ├── IModelBindingMessageProvider.xml │ ├── IValidationMetadataProvider.xml │ ├── MetadataDetailsProviderExtensions.xml │ ├── ModelBindingMessageProvider.xml │ ├── ModelMetadataIdentity.xml │ ├── ModelMetadataKind.xml │ ├── SystemTextJsonValidationMetadataProvider.xml │ ├── ValidationMetadata.xml │ └── ValidationMetadataProviderContext.xml │ ├── Microsoft.AspNetCore.Mvc.ModelBinding.Validation │ ├── ClientModelValidationContext.xml │ ├── ClientValidatorCache.xml │ ├── ClientValidatorItem.xml │ ├── ClientValidatorProviderContext.xml │ ├── CompositeClientModelValidatorProvider.xml │ ├── CompositeModelValidatorProvider.xml │ ├── IClientModelValidator.xml │ ├── IClientModelValidatorProvider.xml │ ├── IMetadataBasedModelValidatorProvider.xml │ ├── IModelValidator.xml │ ├── IModelValidatorProvider.xml │ ├── IObjectModelValidator.xml │ ├── IPropertyValidationFilter.xml │ ├── IValidationStrategy.xml │ ├── ModelValidationContext.xml │ ├── ModelValidationContextBase.xml │ ├── ModelValidationResult.xml │ ├── ModelValidatorProviderContext.xml │ ├── ModelValidatorProviderExtensions.xml │ ├── ValidateNeverAttribute.xml │ ├── ValidationEntry.xml │ ├── ValidationStateDictionary.xml │ ├── ValidationStateEntry.xml │ ├── ValidationVisitor+StateManager.xml │ ├── ValidationVisitor.xml │ ├── ValidatorCache.xml │ └── ValidatorItem.xml │ ├── Microsoft.AspNetCore.Mvc.ModelBinding │ ├── BindNeverAttribute.xml │ ├── BindRequiredAttribute.xml │ ├── BindingBehavior.xml │ ├── BindingBehaviorAttribute.xml │ ├── BindingInfo.xml │ ├── BindingSource.xml │ ├── BindingSourceValueProvider.xml │ ├── CompositeBindingSource.xml │ ├── CompositeValueProvider.xml │ ├── DefaultModelBindingContext.xml │ ├── DefaultPropertyFilterProvider`1.xml │ ├── EmptyBodyBehavior.xml │ ├── EmptyModelMetadataProvider.xml │ ├── EnumGroupAndName.xml │ ├── FormFileValueProvider.xml │ ├── FormFileValueProviderFactory.xml │ ├── FormValueProvider.xml │ ├── FormValueProviderFactory.xml │ ├── IBinderTypeProviderMetadata.xml │ ├── IBindingSourceMetadata.xml │ ├── IBindingSourceValueProvider.xml │ ├── ICollectionModelBinder.xml │ ├── IEnumerableValueProvider.xml │ ├── IKeyRewriterValueProvider.xml │ ├── IModelBinder.xml │ ├── IModelBinderFactory.xml │ ├── IModelBinderProvider.xml │ ├── IModelMetadataProvider.xml │ ├── IModelNameProvider.xml │ ├── IOptionalBinderMetadata.xml │ ├── IPropertyFilterProvider.xml │ ├── IRequestPredicateProvider.xml │ ├── IValueProvider.xml │ ├── IValueProviderFactory.xml │ ├── JQueryFormValueProvider.xml │ ├── JQueryFormValueProviderFactory.xml │ ├── JQueryQueryStringValueProvider.xml │ ├── JQueryQueryStringValueProviderFactory.xml │ ├── JQueryValueProvider.xml │ ├── ModelAttributes.xml │ ├── ModelBinderFactory.xml │ ├── ModelBinderFactoryContext.xml │ ├── ModelBinderProviderContext.xml │ ├── ModelBinderProviderExtensions.xml │ ├── ModelBindingContext+NestedScope.xml │ ├── ModelBindingContext.xml │ ├── ModelBindingResult.xml │ ├── ModelError.xml │ ├── ModelErrorCollection.xml │ ├── ModelMetadata.xml │ ├── ModelMetadataProvider.xml │ ├── ModelMetadataProviderExtensions.xml │ ├── ModelNames.xml │ ├── ModelPropertyCollection.xml │ ├── ModelStateDictionary+Enumerator.xml │ ├── ModelStateDictionary+KeyEnumerable.xml │ ├── ModelStateDictionary+KeyEnumerator.xml │ ├── ModelStateDictionary+PrefixEnumerable.xml │ ├── ModelStateDictionary+ValueEnumerable.xml │ ├── ModelStateDictionary+ValueEnumerator.xml │ ├── ModelStateDictionary.xml │ ├── ModelStateDictionaryExtensions.xml │ ├── ModelStateEntry.xml │ ├── ModelValidationState.xml │ ├── ObjectModelValidator.xml │ ├── ParameterBinder.xml │ ├── PrefixContainer.xml │ ├── QueryStringValueProvider.xml │ ├── QueryStringValueProviderFactory.xml │ ├── RouteValueProvider.xml │ ├── RouteValueProviderFactory.xml │ ├── SuppressChildValidationMetadataProvider.xml │ ├── TooManyModelErrorsException.xml │ ├── UnsupportedContentTypeException.xml │ ├── UnsupportedContentTypeFilter.xml │ ├── ValueProviderException.xml │ ├── ValueProviderFactoryContext.xml │ ├── ValueProviderFactoryExtensions.xml │ ├── ValueProviderResult.xml │ └── ValueProviderResultExtensions.xml │ ├── Microsoft.AspNetCore.Mvc.NewtonsoftJson │ ├── JsonSerializerSettingsProvider.xml │ ├── NewtonsoftJsonValidationMetadataProvider.xml │ ├── ProblemDetailsConverter.xml │ └── ValidationProblemDetailsConverter.xml │ ├── Microsoft.AspNetCore.Mvc.Razor.Compilation │ ├── CompilationFailedException.xml │ ├── CompilationResult.xml │ ├── CompiledViewDescriptor.xml │ ├── ICompilationService.xml │ ├── IRazorCompilationService.xml │ ├── IViewCompilationMemoryCacheProvider.xml │ ├── IViewCompiler.xml │ ├── IViewCompilerProvider.xml │ ├── MetadataReferenceFeature.xml │ ├── MetadataReferenceFeatureProvider.xml │ ├── RazorReferenceManager.xml │ ├── RazorViewAttribute.xml │ ├── RelativeFileInfo.xml │ ├── RoslynCompilationContext.xml │ ├── ViewsFeature.xml │ └── ViewsFeatureProvider.xml │ ├── Microsoft.AspNetCore.Mvc.Razor.Directives │ ├── ChunkHelper.xml │ ├── ChunkInheritanceUtility.xml │ ├── ChunkTreeResult.xml │ ├── DefaultChunkTreeCache.xml │ ├── IChunkMerger.xml │ ├── IChunkTreeCache.xml │ ├── InjectChunkMerger.xml │ ├── SetBaseTypeChunkMerger.xml │ └── UsingChunkMerger.xml │ ├── Microsoft.AspNetCore.Mvc.Razor.Host.Internal │ ├── GeneratedViewComponentTagHelperContext.xml │ ├── TagHelperChunkDecorator.xml │ └── ViewComponentTagHelperChunkVisitor.xml │ ├── Microsoft.AspNetCore.Mvc.Razor.Host │ └── ViewComponentTagHelperDescriptorConventions.xml │ ├── Microsoft.AspNetCore.Mvc.Razor.Infrastructure │ └── TagHelperMemoryCacheProvider.xml │ ├── Microsoft.AspNetCore.Mvc.Razor.Internal │ ├── CSharpCompiler.xml │ ├── ChecksumValidator.xml │ ├── CompilerCache.xml │ ├── CompilerCacheResult.xml │ ├── CompositeTagHelperDescriptorResolver.xml │ ├── DefaultCompilerCacheProvider.xml │ ├── DefaultRazorPageFactoryProvider.xml │ ├── DefaultRazorReferenceManager.xml │ ├── DefaultRazorViewEngineFileProviderAccessor.xml │ ├── DefaultRoslynCompilationService.xml │ ├── DefaultTagHelperActivator.xml │ ├── DefaultTagHelperFactory.xml │ ├── DependencyContextRazorViewEngineOptionsSetup.xml │ ├── DesignTimeRazorPathNormalizer.xml │ ├── ExpressionRewriter.xml │ ├── FileProviderRazorProject.xml │ ├── FileProviderRazorProjectFileSystem.xml │ ├── FileProviderRazorProjectItem.xml │ ├── ICompilerCache.xml │ ├── ICompilerCacheProvider.xml │ ├── IRazorViewEngineFileProviderAccessor.xml │ ├── LazyMetadataReferenceFeature.xml │ ├── MvcRazorDiagnosticSourceExtensions.xml │ ├── MvcRazorLoggerExtensions.xml │ ├── MvcRazorMvcViewOptionsSetup.xml │ ├── RazorCompilationService.xml │ ├── RazorInjectAttribute.xml │ ├── RazorPagePropertyActivator+PropertyValueAccessors.xml │ ├── RazorPagePropertyActivator.xml │ ├── RazorPathNormalizer.xml │ ├── RazorReferenceManager.xml │ ├── RazorViewCompiler.xml │ ├── RazorViewCompilerProvider.xml │ ├── RazorViewEngineOptionsSetup.xml │ ├── ServiceBasedTagHelperActivator.xml │ ├── TagHelperComponentManager.xml │ ├── TagHelpersAsServices.xml │ ├── ViewComponentTagHelperDescriptorFactory.xml │ ├── ViewComponentTagHelperDescriptorResolver.xml │ ├── ViewLocationCacheItem.xml │ ├── ViewLocationCacheKey.xml │ ├── ViewLocationCacheResult.xml │ └── ViewPath.xml │ ├── Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation │ ├── FileProviderRazorProjectItem.xml │ └── MvcRazorRuntimeCompilationOptions.xml │ ├── Microsoft.AspNetCore.Mvc.Razor.TagHelpers │ ├── BodyTagHelper.xml │ ├── FeatureTagHelperTypeResolver.xml │ ├── HeadTagHelper.xml │ ├── ITagHelperComponentManager.xml │ ├── ITagHelperComponentPropertyActivator.xml │ ├── TagHelperComponentTagHelper.xml │ ├── TagHelperFeature.xml │ ├── TagHelperFeatureProvider.xml │ └── UrlResolutionTagHelper.xml │ ├── Microsoft.AspNetCore.Mvc.Razor │ ├── GeneratedTagHelperAttributeContext.xml │ ├── HelperResult.xml │ ├── IMvcRazorHost.xml │ ├── IRazorPage.xml │ ├── IRazorPageActivator.xml │ ├── IRazorPageFactoryProvider.xml │ ├── IRazorViewEngine.xml │ ├── ITagHelperActivator.xml │ ├── ITagHelperFactory.xml │ ├── ITagHelperInitializer`1.xml │ ├── IViewLocationExpander.xml │ ├── InjectChunk.xml │ ├── InjectChunkVisitor.xml │ ├── InjectParameterGenerator.xml │ ├── LanguageViewLocationExpander.xml │ ├── LanguageViewLocationExpanderFormat.xml │ ├── ModelChunk.xml │ ├── MvcCSharpChunkVisitor.xml │ ├── MvcCSharpCodeGenerator.xml │ ├── MvcCSharpCodeVisitor.xml │ ├── MvcCSharpDesignTimeCodeVisitor.xml │ ├── MvcRazorCodeParser.xml │ ├── MvcRazorHost.xml │ ├── MvcRazorParser.xml │ ├── MvcTagHelperAttributeValueCodeRenderer.xml │ ├── RazorPage.xml │ ├── RazorPageActivator.xml │ ├── RazorPageBase.xml │ ├── RazorPageFactoryResult.xml │ ├── RazorPageResult.xml │ ├── RazorPage`1.xml │ ├── RazorView.xml │ ├── RazorViewEngine.xml │ ├── RazorViewEngineOptions.xml │ ├── RenderAsyncDelegate.xml │ ├── TagHelperInitializer`1.xml │ ├── ViewHierarchyUtility.xml │ └── ViewLocationExpanderContext.xml │ ├── Microsoft.AspNetCore.Mvc.RazorPages.Infrastructure │ ├── CompiledPageActionDescriptorProvider.xml │ ├── DefaultPageActivatorProvider.xml │ ├── DefaultPageFactoryProvider.xml │ ├── DefaultPageHandlerMethodSelector.xml │ ├── DefaultPageModelActivatorProvider.xml │ ├── DefaultPageModelFactoryProvider.xml │ ├── HandlerMethodDescriptor.xml │ ├── HandlerParameterDescriptor.xml │ ├── IPageHandlerMethodSelector.xml │ ├── IPageLoader.xml │ ├── PageActionDescriptorProvider.xml │ ├── PageArgumentBinder.xml │ ├── PageBoundPropertyDescriptor.xml │ ├── PageDirectiveFeature.xml │ ├── PageLoader.xml │ ├── PageModelAttribute.xml │ ├── PageResultExecutor.xml │ ├── PageViewLocationExpander.xml │ ├── RazorPageAdapter.xml │ ├── RazorPageAttribute.xml │ └── ServiceBasedPageModelActivatorProvider.xml │ ├── Microsoft.AspNetCore.Mvc.RazorPages.Internal │ ├── AuthorizationPageApplicationModelProvider.xml │ ├── AutoValidateAntiforgeryPageApplicationModelProvider.xml │ ├── CompiledPageActionDescriptorBuilder.xml │ ├── CompiledPageRouteModelProvider.xml │ ├── DefaultPageApplicationModelProvider.xml │ ├── DefaultPageArgumentBinder.xml │ ├── DefaultPageLoader.xml │ ├── ExecutorFactory.xml │ ├── PageActionDescriptorChangeProvider.xml │ ├── PageActionInvoker.xml │ ├── PageActionInvokerCacheEntry.xml │ ├── PageActionInvokerProvider.xml │ ├── PageHandlerBinderDelegate.xml │ ├── PageHandlerExecutorDelegate.xml │ ├── PageHandlerPageFilter.xml │ ├── PageHandlerResultFilter.xml │ ├── PagePropertyBinderFactory.xml │ ├── PageSaveTempDataPropertyFilter.xml │ ├── PageSaveTempDataPropertyFilterFactory.xml │ ├── PageSelectorModel.xml │ ├── RazorPagesRazorViewEngineOptionsSetup.xml │ ├── RazorProjectPageRouteModelProvider.xml │ ├── ResponseCacheFilter.xml │ ├── ResponseCacheFilterApplicationModelProvider.xml │ └── TempDataFilterPageApplicationModelProvider.xml │ ├── Microsoft.AspNetCore.Mvc.RazorPages │ ├── CompiledPageActionDescriptor.xml │ ├── IPageActivatorProvider.xml │ ├── IPageFactoryProvider.xml │ ├── IPageModelActivatorProvider.xml │ ├── IPageModelFactoryProvider.xml │ ├── NonHandlerAttribute.xml │ ├── Page.xml │ ├── PageActionDescriptor.xml │ ├── PageBase.xml │ ├── PageContext.xml │ ├── PageContextAttribute.xml │ ├── PageModel.xml │ ├── PageResult.xml │ └── RazorPagesOptions.xml │ ├── Microsoft.AspNetCore.Mvc.Rendering │ ├── CheckBoxHiddenInputRenderMode.xml │ ├── FormInputRenderMode.xml │ ├── FormMethod.xml │ ├── Html5DateRenderingMode.xml │ ├── HtmlHelperComponentExtensions.xml │ ├── HtmlHelperDisplayExtensions.xml │ ├── HtmlHelperDisplayNameExtensions.xml │ ├── HtmlHelperEditorExtensions.xml │ ├── HtmlHelperFormExtensions.xml │ ├── HtmlHelperInputExtensions.xml │ ├── HtmlHelperLabelExtensions.xml │ ├── HtmlHelperLinkExtensions.xml │ ├── HtmlHelperNameExtensions.xml │ ├── HtmlHelperPartialExtensions.xml │ ├── HtmlHelperSelectExtensions.xml │ ├── HtmlHelperValidationExtensions.xml │ ├── HtmlHelperValueExtensions.xml │ ├── IHtmlHelper.xml │ ├── IHtmlHelper`1.xml │ ├── IJsonHelper.xml │ ├── JsonHelperExtensions.xml │ ├── MultiSelectList.xml │ ├── MvcForm.xml │ ├── RenderMode.xml │ ├── SelectList.xml │ ├── SelectListGroup.xml │ ├── SelectListItem.xml │ ├── TagBuilder.xml │ ├── TagRenderMode.xml │ ├── ValidationSummary.xml │ ├── ViewComponentHelperExtensions.xml │ └── ViewContext.xml │ ├── Microsoft.AspNetCore.Mvc.Routing │ ├── AttributeRouteInfo.xml │ ├── DynamicRouteValueTransformer.xml │ ├── HttpMethodAttribute.xml │ ├── IActionHttpMethodProvider.xml │ ├── IRouteTemplateProvider.xml │ ├── IRouteValueProvider.xml │ ├── IUrlHelperFactory.xml │ ├── KnownRouteValueConstraint.xml │ ├── RouteValueAttribute.xml │ ├── UrlActionContext.xml │ ├── UrlHelper.xml │ ├── UrlHelperBase.xml │ ├── UrlHelperFactory.xml │ └── UrlRouteContext.xml │ ├── Microsoft.AspNetCore.Mvc.TagHelpers.Internal │ ├── AttributeMatcher.xml │ ├── CacheTagHelperMemoryCacheFactory.xml │ ├── CryptographyAlgorithms.xml │ ├── CurrentValues.xml │ ├── FileProviderGlobbingDirectory.xml │ ├── FileProviderGlobbingFile.xml │ ├── FileVersionProvider.xml │ ├── GlobbingUrlBuilder.xml │ ├── JavaScriptResources.xml │ └── ModeAttributes`1.xml │ ├── Microsoft.AspNetCore.Mvc.TagHelpers │ ├── AnchorTagHelper.xml │ ├── CacheTagHelper.xml │ ├── CacheTagHelperBase.xml │ ├── CacheTagHelperMemoryCacheFactory.xml │ ├── CacheTagHelperOptions.xml │ ├── ComponentTagHelper.xml │ ├── DistributedCacheTagHelper.xml │ ├── EnvironmentTagHelper.xml │ ├── FormActionTagHelper.xml │ ├── FormTagHelper.xml │ ├── GlobbingUrlBuilder.xml │ ├── ImageTagHelper.xml │ ├── InputTagHelper.xml │ ├── LabelTagHelper.xml │ ├── LinkTagHelper.xml │ ├── OptionTagHelper.xml │ ├── PartialTagHelper.xml │ ├── PersistComponentStateTagHelper.xml │ ├── PersistenceMode.xml │ ├── RenderAtEndOfFormTagHelper.xml │ ├── ScriptTagHelper.xml │ ├── SelectTagHelper.xml │ ├── TagHelperOutputExtensions.xml │ ├── TextAreaTagHelper.xml │ ├── ValidationMessageTagHelper.xml │ └── ValidationSummaryTagHelper.xml │ ├── Microsoft.AspNetCore.Mvc.Testing.Handlers │ ├── CookieContainerHandler.xml │ └── RedirectHandler.xml │ ├── Microsoft.AspNetCore.Mvc.Testing │ ├── WebApplicationFactoryClientOptions.xml │ ├── WebApplicationFactoryContentRootAttribute.xml │ └── WebApplicationFactory`1.xml │ ├── Microsoft.AspNetCore.Mvc.ViewComponents │ ├── ContentViewComponentResult.xml │ ├── DefaultViewComponentActivator.xml │ ├── DefaultViewComponentDescriptorCollectionProvider.xml │ ├── DefaultViewComponentDescriptorProvider.xml │ ├── DefaultViewComponentFactory.xml │ ├── DefaultViewComponentHelper.xml │ ├── DefaultViewComponentInvoker.xml │ ├── DefaultViewComponentInvokerFactory.xml │ ├── DefaultViewComponentSelector.xml │ ├── HtmlContentViewComponentResult.xml │ ├── IViewComponentActivator.xml │ ├── IViewComponentDescriptorCollectionProvider.xml │ ├── IViewComponentDescriptorProvider.xml │ ├── IViewComponentFactory.xml │ ├── IViewComponentInvoker.xml │ ├── IViewComponentInvokerFactory.xml │ ├── IViewComponentSelector.xml │ ├── ServiceBasedViewComponentActivator.xml │ ├── ViewComponentContext.xml │ ├── ViewComponentContextAttribute.xml │ ├── ViewComponentConventions.xml │ ├── ViewComponentDescriptor.xml │ ├── ViewComponentDescriptorCollection.xml │ ├── ViewComponentFeature.xml │ ├── ViewComponentFeatureProvider.xml │ └── ViewViewComponentResult.xml │ ├── Microsoft.AspNetCore.Mvc.ViewEngines │ ├── CompositeViewEngine.xml │ ├── ICompositeViewEngine.xml │ ├── IView.xml │ ├── IViewEngine.xml │ └── ViewEngineResult.xml │ ├── Microsoft.AspNetCore.Mvc.ViewFeatures.Buffers │ ├── IViewBufferScope.xml │ └── ViewBufferValue.xml │ ├── Microsoft.AspNetCore.Mvc.ViewFeatures.Infrastructure │ └── TempDataSerializer.xml │ ├── Microsoft.AspNetCore.Mvc.ViewFeatures.Internal │ ├── ArrayPoolBufferSource.xml │ ├── AutoValidateAntiforgeryTokenAuthorizationFilter.xml │ ├── CachedExpressionCompiler.xml │ ├── CharArrayBufferSource.xml │ ├── ControllerSaveTempDataPropertyFilter.xml │ ├── ControllerSaveTempDataPropertyFilterFactory.xml │ ├── DefaultDisplayTemplates.xml │ ├── DefaultEditorTemplates.xml │ ├── DynamicViewData.xml │ ├── ExpressionHelper.xml │ ├── ExpressionMetadataProvider.xml │ ├── ExpressionTextCache.xml │ ├── FormatWeekHelper.xml │ ├── ICharBufferSource.xml │ ├── ISaveTempDataCallback.xml │ ├── IViewBufferScope.xml │ ├── IViewDataValuesProviderFeature.xml │ ├── LifecycleProperty.xml │ ├── MemoryPoolViewBufferScope.xml │ ├── MvcViewOptionsSetup.xml │ ├── NameAndIdProvider.xml │ ├── NullView.xml │ ├── PagedBufferedTextWriter.xml │ ├── PagedCharBuffer.xml │ ├── PartialViewResultExecutor.xml │ ├── SaveTempDataFilter.xml │ ├── SaveTempDataPropertyFilterBase.xml │ ├── TempDataApplicationModelProvider.xml │ ├── TempDataMvcOptionsSetup.xml │ ├── TempDataProperty.xml │ ├── TempDataSerializer.xml │ ├── TemplateBuilder.xml │ ├── TemplateRenderer.xml │ ├── ValidateAntiforgeryTokenAuthorizationFilter.xml │ ├── ValidationHelpers.xml │ ├── ViewBuffer.xml │ ├── ViewBufferPage.xml │ ├── ViewBufferTextWriter.xml │ ├── ViewBufferValue.xml │ ├── ViewComponentInvokerCache.xml │ ├── ViewComponentResultExecutor.xml │ ├── ViewDataAttributePropertyProvider.xml │ ├── ViewDataDictionaryFactory.xml │ └── ViewResultExecutor.xml │ ├── Microsoft.AspNetCore.Mvc.ViewFeatures │ ├── AntiforgeryExtensions.xml │ ├── AttributeDictionary+Enumerator.xml │ ├── AttributeDictionary.xml │ ├── CookieTempDataProvider.xml │ ├── DefaultHtmlGenerator.xml │ ├── DefaultHtmlGeneratorExtensions.xml │ ├── DefaultValidationHtmlAttributeProvider.xml │ ├── FormContext.xml │ ├── HtmlHelper.xml │ ├── HtmlHelperOptions.xml │ ├── HtmlHelper`1.xml │ ├── IAntiforgeryPolicy.xml │ ├── IFileVersionProvider.xml │ ├── IHtmlGenerator.xml │ ├── IKeepTempDataResult.xml │ ├── IModelExpressionProvider.xml │ ├── ITempDataDictionary.xml │ ├── ITempDataDictionaryFactory.xml │ ├── ITempDataProvider.xml │ ├── IViewContextAware.xml │ ├── InputType.xml │ ├── JsonHelper.xml │ ├── ModelExplorer.xml │ ├── ModelExplorerExtensions.xml │ ├── ModelExpression.xml │ ├── ModelExpressionProvider.xml │ ├── ModelMetadataProviderExtensions.xml │ ├── PartialViewResultExecutor.xml │ ├── SaveTempDataAttribute.xml │ ├── SessionStateTempDataProvider.xml │ ├── StringHtmlContent.xml │ ├── TempDataDictionary.xml │ ├── TempDataDictionaryFactory.xml │ ├── TemplateInfo.xml │ ├── TryGetValueDelegate.xml │ ├── TryGetValueProvider.xml │ ├── ValidationHtmlAttributeProvider.xml │ ├── ViewComponentResultExecutor.xml │ ├── ViewContextAttribute.xml │ ├── ViewDataDictionary.xml │ ├── ViewDataDictionaryAttribute.xml │ ├── ViewDataDictionaryControllerPropertyActivator.xml │ ├── ViewDataDictionary`1.xml │ ├── ViewDataEvaluator.xml │ ├── ViewDataInfo.xml │ ├── ViewExecutor.xml │ └── ViewResultExecutor.xml │ ├── Microsoft.AspNetCore.Mvc.WebApiCompatShim │ ├── FormDataCollectionExtensions.xml │ ├── HttpRequestMessageFeature.xml │ ├── HttpRequestMessageHttpContextExtensions.xml │ ├── HttpRequestMessageModelBinder.xml │ ├── HttpRequestMessageModelBinderProvider.xml │ ├── HttpResponseExceptionActionFilter.xml │ ├── HttpResponseMessageOutputFormatter.xml │ ├── IHttpRequestMessageFeature.xml │ ├── IUseWebApiActionConventions.xml │ ├── IUseWebApiOverloading.xml │ ├── IUseWebApiParameterConventions.xml │ ├── IUseWebApiRoutes.xml │ ├── OverloadActionConstraint.xml │ ├── UseWebApiActionConventionsAttribute.xml │ ├── UseWebApiOverloadingAttribute.xml │ ├── UseWebApiParameterConventionsAttribute.xml │ ├── UseWebApiRoutesAttribute.xml │ ├── WebApiActionConventionsApplicationModelConvention.xml │ ├── WebApiCompatShimOptions.xml │ ├── WebApiCompatShimOptionsSetup.xml │ ├── WebApiOverloadingApplicationModelConvention.xml │ ├── WebApiParameterConventionsApplicationModelConvention.xml │ └── WebApiRoutesApplicationModelConvention.xml │ ├── Microsoft.AspNetCore.Mvc │ ├── AcceptVerbsAttribute.xml │ ├── AcceptedAtActionResult.xml │ ├── AcceptedAtRouteResult.xml │ ├── AcceptedResult.xml │ ├── ActionContext.xml │ ├── ActionContextAttribute.xml │ ├── ActionNameAttribute.xml │ ├── ActionResult.xml │ ├── ActionResult`1.xml │ ├── AntiforgeryValidationFailedResult.xml │ ├── ApiBehaviorOptions.xml │ ├── ApiControllerAttribute.xml │ ├── ApiConventionMethodAttribute.xml │ ├── ApiConventionTypeAttribute.xml │ ├── ApiDescriptionActionData.xml │ ├── ApiExplorerSettingsAttribute.xml │ ├── AreaAttribute.xml │ ├── AutoValidateAntiforgeryTokenAttribute.xml │ ├── BadRequestObjectResult.xml │ ├── BadRequestResult.xml │ ├── BindAttribute.xml │ ├── BindPropertiesAttribute.xml │ ├── BindPropertyAttribute.xml │ ├── CacheProfile.xml │ ├── ChallengeResult.xml │ ├── ClientErrorData.xml │ ├── CompatibilityVersion.xml │ ├── ConflictObjectResult.xml │ ├── ConflictResult.xml │ ├── ConsumesAttribute.xml │ ├── ContentResult.xml │ ├── Controller.xml │ ├── ControllerAttribute.xml │ ├── ControllerBase.xml │ ├── ControllerContext.xml │ ├── ControllerContextAttribute.xml │ ├── CookieTempDataProviderOptions.xml │ ├── CreatedAtActionResult.xml │ ├── CreatedAtRouteResult.xml │ ├── CreatedResult.xml │ ├── DefaultApiConventions.xml │ ├── DisableRequestSizeLimitAttribute.xml │ ├── EmptyResult.xml │ ├── FileContentResult.xml │ ├── FileResult.xml │ ├── FileStreamResult.xml │ ├── ForbidResult.xml │ ├── FormatFilterAttribute.xml │ ├── FromBodyAttribute.xml │ ├── FromFormAttribute.xml │ ├── FromHeaderAttribute.xml │ ├── FromQueryAttribute.xml │ ├── FromRouteAttribute.xml │ ├── FromServicesAttribute.xml │ ├── HiddenInputAttribute.xml │ ├── HttpDeleteAttribute.xml │ ├── HttpGetAttribute.xml │ ├── HttpHeadAttribute.xml │ ├── HttpOptionsAttribute.xml │ ├── HttpPatchAttribute.xml │ ├── HttpPostAttribute.xml │ ├── HttpPutAttribute.xml │ ├── IActionResult.xml │ ├── IDesignTimeMvcBuilderConfiguration.xml │ ├── IRequestFormLimitsPolicy.xml │ ├── IRequestSizePolicy.xml │ ├── IUrlHelper.xml │ ├── IViewComponentHelper.xml │ ├── IViewComponentResult.xml │ ├── IgnoreAntiforgeryTokenAttribute.xml │ ├── JsonOptions.xml │ ├── JsonPatchExtensions.xml │ ├── JsonResult.xml │ ├── LocalRedirectResult.xml │ ├── MiddlewareFilterAttribute.xml │ ├── MiddlewareFilterAttribute`1.xml │ ├── ModelBinderAttribute.xml │ ├── ModelBinderAttribute`1.xml │ ├── ModelMetadataTypeAttribute.xml │ ├── ModelMetadataTypeAttribute`1.xml │ ├── MvcJsonOptions.xml │ ├── MvcNewtonsoftJsonOptions.xml │ ├── MvcOptions.xml │ ├── MvcViewOptions.xml │ ├── NoContentResult.xml │ ├── NonActionAttribute.xml │ ├── NonControllerAttribute.xml │ ├── NonViewComponentAttribute.xml │ ├── NotFoundObjectResult.xml │ ├── NotFoundResult.xml │ ├── ObjectResult.xml │ ├── OkObjectResult.xml │ ├── OkResult.xml │ ├── PageRemoteAttribute.xml │ ├── PartialViewResult.xml │ ├── PhysicalFileResult.xml │ ├── ProblemDetails.xml │ ├── ProducesAttribute.xml │ ├── ProducesAttribute`1.xml │ ├── ProducesDefaultResponseTypeAttribute.xml │ ├── ProducesErrorResponseTypeAttribute.xml │ ├── ProducesResponseTypeAttribute.xml │ ├── ProducesResponseTypeAttribute`1.xml │ ├── RazorViewEngineOptionsSetup.xml │ ├── RedirectResult.xml │ ├── RedirectToActionResult.xml │ ├── RedirectToPageResult.xml │ ├── RedirectToRouteResult.xml │ ├── RemoteAttribute.xml │ ├── RemoteAttributeBase.xml │ ├── RequestFormLimitsAttribute.xml │ ├── RequestSizeLimitAttribute.xml │ ├── RequireHttpsAttribute.xml │ ├── ResponseCacheAttribute.xml │ ├── ResponseCacheLocation.xml │ ├── RouteAttribute.xml │ ├── SerializableError.xml │ ├── ServiceFilterAttribute.xml │ ├── ServiceFilterAttribute`1.xml │ ├── SignInResult.xml │ ├── SignOutResult.xml │ ├── SkipStatusCodePagesAttribute.xml │ ├── StatusCodeResult.xml │ ├── TempDataAttribute.xml │ ├── TypeFilterAttribute.xml │ ├── TypeFilterAttribute`1.xml │ ├── UnauthorizedObjectResult.xml │ ├── UnauthorizedResult.xml │ ├── UnprocessableEntityObjectResult.xml │ ├── UnprocessableEntityResult.xml │ ├── UnsupportedMediaTypeResult.xml │ ├── UrlHelperExtensions.xml │ ├── ValidateAntiForgeryTokenAttribute.xml │ ├── ValidationProblemDetails.xml │ ├── ViewComponent.xml │ ├── ViewComponentAttribute.xml │ ├── ViewComponentResult.xml │ ├── ViewDataAttribute.xml │ ├── ViewResult.xml │ └── VirtualFileResult.xml │ ├── Microsoft.AspNetCore.NodeServices.HostingModels │ ├── INodeInstance.xml │ ├── NodeInvocationException.xml │ ├── NodeInvocationInfo.xml │ ├── NodeServicesOptionsExtensions.xml │ └── OutOfProcessNodeInstance.xml │ ├── Microsoft.AspNetCore.NodeServices │ ├── EmbeddedResourceReader.xml │ ├── INodeServices.xml │ ├── NodeServicesFactory.xml │ ├── NodeServicesOptions.xml │ └── StringAsTempFile.xml │ ├── Microsoft.AspNetCore.OpenApi │ ├── IOpenApiDocumentProvider.xml │ ├── IOpenApiDocumentTransformer.xml │ ├── IOpenApiOperationTransformer.xml │ ├── IOpenApiSchemaTransformer.xml │ ├── OpenApiDocumentTransformerContext.xml │ ├── OpenApiOperationTransformerContext.xml │ ├── OpenApiOptions.xml │ └── OpenApiSchemaTransformerContext.xml │ ├── Microsoft.AspNetCore.OutputCaching.StackExchangeRedis │ └── RedisOutputCacheOptions.xml │ ├── Microsoft.AspNetCore.OutputCaching │ ├── CacheVaryByRules.xml │ ├── IOutputCacheBufferStore.xml │ ├── IOutputCacheFeature.xml │ ├── IOutputCachePolicy.xml │ ├── IOutputCacheStore.xml │ ├── OutputCacheAttribute.xml │ ├── OutputCacheContext.xml │ ├── OutputCacheOptions.xml │ └── OutputCachePolicyBuilder.xml │ ├── Microsoft.AspNetCore.Owin │ ├── IOwinEnvironmentFeature.xml │ ├── OwinEnvironment+FeatureMap.xml │ ├── OwinEnvironment+FeatureMap`1.xml │ ├── OwinEnvironment.xml │ ├── OwinEnvironmentFeature.xml │ ├── OwinFeatureCollection.xml │ ├── OwinWebSocketAcceptAdapter.xml │ ├── OwinWebSocketAcceptContext.xml │ ├── OwinWebSocketAdapter.xml │ ├── WebSocketAcceptAdapter.xml │ └── WebSocketAdapter.xml │ ├── Microsoft.AspNetCore.Proxy │ └── ProxyMiddleware.xml │ ├── Microsoft.AspNetCore.RateLimiting │ ├── DisableRateLimitingAttribute.xml │ ├── EnableRateLimitingAttribute.xml │ ├── IRateLimiterPolicy`1.xml │ ├── OnRejectedContext.xml │ ├── RateLimiterOptions.xml │ └── RateLimiterOptionsExtensions.xml │ ├── Microsoft.AspNetCore.Razor.Chunks.Generators │ ├── AddImportChunkGenerator.xml │ ├── AddTagHelperChunkGenerator.xml │ ├── AttributeBlockChunkGenerator.xml │ ├── ChunkGeneratorContext.xml │ ├── DynamicAttributeBlockChunkGenerator.xml │ ├── ExpressionChunkGenerator.xml │ ├── IParentChunkGenerator.xml │ ├── ISpanChunkGenerator.xml │ ├── LiteralAttributeChunkGenerator.xml │ ├── MarkupChunkGenerator.xml │ ├── ParentChunkGenerator.xml │ ├── RazorChunkGenerator.xml │ ├── RazorCommentChunkGenerator.xml │ ├── RemoveTagHelperChunkGenerator.xml │ ├── SectionChunkGenerator.xml │ ├── SetBaseTypeChunkGenerator.xml │ ├── SpanChunkGenerator.xml │ ├── StatementChunkGenerator.xml │ ├── TagHelperChunkGenerator.xml │ ├── TagHelperPrefixDirectiveChunkGenerator.xml │ ├── TemplateBlockChunkGenerator.xml │ └── TypeMemberChunkGenerator.xml │ ├── Microsoft.AspNetCore.Razor.Chunks │ ├── AddTagHelperChunk.xml │ ├── Chunk.xml │ ├── ChunkTree.xml │ ├── ChunkTreeBuilder.xml │ ├── CodeAttributeChunk.xml │ ├── DynamicCodeAttributeChunk.xml │ ├── ExpressionBlockChunk.xml │ ├── ExpressionChunk.xml │ ├── LiteralChunk.xml │ ├── LiteralCodeAttributeChunk.xml │ ├── ParentChunk.xml │ ├── ParentLiteralChunk.xml │ ├── PreallocatedTagHelperAttributeChunk.xml │ ├── RemoveTagHelperChunk.xml │ ├── SectionChunk.xml │ ├── SetBaseTypeChunk.xml │ ├── StatementChunk.xml │ ├── TagHelperAttributeTracker.xml │ ├── TagHelperChunk.xml │ ├── TagHelperPrefixDirectiveChunk.xml │ ├── TemplateChunk.xml │ ├── TypeMemberChunk.xml │ └── UsingChunk.xml │ ├── Microsoft.AspNetCore.Razor.CodeGenerators.Visitors │ ├── CSharpBaseTypeVisitor.xml │ ├── CSharpCodeVisitor.xml │ ├── CSharpDesignTimeCodeVisitor.xml │ ├── CSharpTagHelperAttributeValueVisitor.xml │ ├── CSharpTagHelperFieldDeclarationVisitor.xml │ ├── CSharpTagHelperPropertyInitializationVisitor.xml │ ├── CSharpTypeMemberVisitor.xml │ ├── CSharpUsingVisitor.xml │ ├── ChunkVisitor`1.xml │ ├── CodeVisitor`1.xml │ └── IChunkVisitor.xml │ ├── Microsoft.AspNetCore.Razor.CodeGenerators │ ├── CSharpCodeGenerator.xml │ ├── CSharpCodeWriter.xml │ ├── CSharpCodeWritingScope.xml │ ├── CSharpDisableWarningScope.xml │ ├── CSharpLineMappingWriter.xml │ ├── CSharpPaddingBuilder.xml │ ├── CSharpTagHelperCodeRenderer.xml │ ├── CodeGenerator.xml │ ├── CodeGeneratorContext.xml │ ├── CodeGeneratorResult.xml │ ├── CodeWriter.xml │ ├── ExpressionRenderingMode.xml │ ├── GeneratedClassContext.xml │ ├── GeneratedTagHelperContext.xml │ ├── GeneratorResults.xml │ ├── LineMapping.xml │ ├── LineMappingManager.xml │ ├── MappingLocation.xml │ └── TagHelperAttributeValueCodeRenderer.xml │ ├── Microsoft.AspNetCore.Razor.Compilation.TagHelpers │ ├── ITagHelperDescriptorResolver.xml │ ├── TagHelperAttributeDescriptor.xml │ ├── TagHelperAttributeDesignTimeDescriptor.xml │ ├── TagHelperDescriptor.xml │ ├── TagHelperDescriptorComparer.xml │ ├── TagHelperDescriptorProvider.xml │ ├── TagHelperDescriptorResolutionContext.xml │ ├── TagHelperDesignTimeDescriptor.xml │ ├── TagHelperDirectiveDescriptor.xml │ ├── TagHelperDirectiveType.xml │ ├── TagHelperRequiredAttributeDescriptor.xml │ ├── TagHelperRequiredAttributeDescriptorComparer.xml │ ├── TagHelperRequiredAttributeNameComparison.xml │ ├── TagHelperRequiredAttributeValueComparison.xml │ └── TypeBasedTagHelperDescriptorComparer.xml │ ├── Microsoft.AspNetCore.Razor.Editor │ ├── AutoCompleteEditHandler.xml │ ├── EditResult.xml │ ├── EditorHints.xml │ ├── ImplicitExpressionEditHandler.xml │ ├── SingleLineMarkupEditHandler.xml │ └── SpanEditHandler.xml │ ├── Microsoft.AspNetCore.Razor.Generator │ └── ModelChunkGenerator.xml │ ├── Microsoft.AspNetCore.Razor.Hosting │ ├── IRazorSourceChecksumMetadata.xml │ ├── RazorCompiledItem.xml │ ├── RazorCompiledItemAttribute.xml │ ├── RazorCompiledItemExtensions.xml │ ├── RazorCompiledItemLoader.xml │ ├── RazorCompiledItemMetadataAttribute.xml │ ├── RazorConfigurationNameAttribute.xml │ ├── RazorExtensionAssemblyNameAttribute.xml │ ├── RazorLanguageVersionAttribute.xml │ └── RazorSourceChecksumAttribute.xml │ ├── Microsoft.AspNetCore.Razor.Internal │ └── TaskCache.xml │ ├── Microsoft.AspNetCore.Razor.Parser.Internal │ ├── CallbackVisitor.xml │ ├── HtmlLanguageCharacteristics.xml │ └── HtmlMarkupParser.xml │ ├── Microsoft.AspNetCore.Razor.Parser.SyntaxTree │ ├── AcceptedCharacters.xml │ ├── Block.xml │ ├── BlockBuilder.xml │ ├── BlockType.xml │ ├── Span.xml │ ├── SpanBuilder.xml │ ├── SpanKind.xml │ └── SyntaxTreeNode.xml │ ├── Microsoft.AspNetCore.Razor.Parser.TagHelpers.Internal │ ├── TagHelperBlockRewriter.xml │ └── TagHelperParseTreeRewriter.xml │ ├── Microsoft.AspNetCore.Razor.Parser.TagHelpers │ ├── TagHelperAttributeNode.xml │ ├── TagHelperBlock.xml │ ├── TagHelperBlockBuilder.xml │ └── TagHelperDirectiveSpanVisitor.xml │ ├── Microsoft.AspNetCore.Razor.Parser │ ├── BalancingModes.xml │ ├── CSharpCodeParser+Block.xml │ ├── CSharpCodeParser.xml │ ├── CSharpLanguageCharacteristics.xml │ ├── ISyntaxTreeRewriter.xml │ ├── LanguageCharacteristics`3.xml │ ├── ParserBase.xml │ ├── ParserContext.xml │ ├── ParserHelpers.xml │ ├── ParserVisitor.xml │ ├── ParserVisitorExtensions.xml │ ├── RazorParser.xml │ ├── RewritingContext.xml │ ├── SyntaxConstants+CSharp.xml │ ├── SyntaxConstants.xml │ └── TokenizerBackedParser`3.xml │ ├── Microsoft.AspNetCore.Razor.Runtime.TagHelpers │ ├── ITagHelperDescriptorFactory.xml │ ├── ITagHelperTypeResolver.xml │ ├── TagHelperConventions.xml │ ├── TagHelperDescriptorFactory.xml │ ├── TagHelperDescriptorResolver.xml │ ├── TagHelperDesignTimeDescriptorFactory.xml │ ├── TagHelperExecutionContext.xml │ ├── TagHelperRunner.xml │ ├── TagHelperScopeManager.xml │ ├── TagHelperTypeResolver.xml │ └── XmlDocumentationProvider.xml │ ├── Microsoft.AspNetCore.Razor.TagHelpers │ ├── DefaultTagHelperContent.xml │ ├── HtmlAttributeNameAttribute.xml │ ├── HtmlAttributeNotBoundAttribute.xml │ ├── HtmlAttributeValueStyle.xml │ ├── HtmlTargetElementAttribute.xml │ ├── ITagHelper.xml │ ├── ITagHelperComponent.xml │ ├── NullHtmlEncoder.xml │ ├── OutputElementHintAttribute.xml │ ├── ReadOnlyTagHelperAttributeList.xml │ ├── RestrictChildrenAttribute.xml │ ├── TagHelper.xml │ ├── TagHelperAttribute.xml │ ├── TagHelperAttributeList.xml │ ├── TagHelperComponent.xml │ ├── TagHelperContent.xml │ ├── TagHelperContext.xml │ ├── TagHelperOutput.xml │ ├── TagMode.xml │ └── TagStructure.xml │ ├── Microsoft.AspNetCore.Razor.Text │ ├── ITextBuffer.xml │ ├── ITextDocument.xml │ ├── LocationTagged`1.xml │ ├── LookaheadTextReader.xml │ ├── LookaheadToken.xml │ ├── SeekableTextReader.xml │ ├── SourceLocationTracker.xml │ ├── TextChange.xml │ └── TextDocumentReader.xml │ ├── Microsoft.AspNetCore.Razor.Tokenizer.Internal │ ├── CSharpHelpers.xml │ ├── CSharpTokenizer.xml │ └── HtmlTokenizer.xml │ ├── Microsoft.AspNetCore.Razor.Tokenizer.Symbols.Internal │ ├── HtmlSymbol.xml │ ├── HtmlSymbolExtensions.xml │ └── HtmlSymbolType.xml │ ├── Microsoft.AspNetCore.Razor.Tokenizer.Symbols │ ├── CSharpKeyword.xml │ ├── CSharpSymbol.xml │ ├── CSharpSymbolType.xml │ ├── ISymbol.xml │ ├── KnownSymbolType.xml │ ├── SymbolBase`1.xml │ └── SymbolExtensions.xml │ ├── Microsoft.AspNetCore.Razor.Tokenizer │ ├── ITokenizer.xml │ ├── TokenizerView`3.xml │ ├── Tokenizer`2+RazorCommentTokenizerState.xml │ ├── Tokenizer`2+StateResult.xml │ └── Tokenizer`2.xml │ ├── Microsoft.AspNetCore.Razor │ ├── CSharpRazorCodeLanguage.xml │ ├── DocumentParseCompleteEventArgs.xml │ ├── ErrorSink.xml │ ├── ParserResults.xml │ ├── PartialParseResult.xml │ ├── RazorCodeLanguage.xml │ ├── RazorEditorParser.xml │ ├── RazorEngineHost.xml │ ├── RazorError.xml │ ├── RazorTemplateEngine.xml │ └── SourceLocation.xml │ ├── Microsoft.AspNetCore.RequestDecompression │ ├── IDecompressionProvider.xml │ ├── IRequestDecompressionProvider.xml │ └── RequestDecompressionOptions.xml │ ├── Microsoft.AspNetCore.ResponseCaching.Internal │ ├── CachedResponse.xml │ ├── CachedVaryByRules.xml │ ├── IResponseCache.xml │ ├── IResponseCacheEntry.xml │ ├── IResponseCachingKeyProvider.xml │ ├── IResponseCachingPolicyProvider.xml │ ├── MemoryResponseCache.xml │ ├── ResponseCachingContext.xml │ ├── ResponseCachingKeyProvider.xml │ └── ResponseCachingPolicyProvider.xml │ ├── Microsoft.AspNetCore.ResponseCaching │ ├── IResponseCachingFeature.xml │ ├── ResponseCachingFeature.xml │ ├── ResponseCachingMiddleware.xml │ └── ResponseCachingOptions.xml │ ├── Microsoft.AspNetCore.ResponseCompression │ ├── BrotliCompressionProvider.xml │ ├── BrotliCompressionProviderOptions.xml │ ├── CompressionProviderCollection.xml │ ├── GzipCompressionProvider.xml │ ├── GzipCompressionProviderOptions.xml │ ├── ICompressionProvider.xml │ ├── IResponseCompressionProvider.xml │ ├── ResponseCompressionDefaults.xml │ ├── ResponseCompressionMiddleware.xml │ ├── ResponseCompressionOptions.xml │ └── ResponseCompressionProvider.xml │ ├── Microsoft.AspNetCore.Rewrite.Internal.ApacheModRewrite │ ├── ApacheModRewriteRule.xml │ ├── Condition.xml │ ├── ConditionEvaluator.xml │ ├── ConditionPatternParser.xml │ ├── ConditionType.xml │ ├── CookieActionFactory.xml │ ├── FileParser.xml │ ├── FlagParser.xml │ ├── FlagType.xml │ ├── Flags.xml │ ├── OperationType.xml │ ├── ParsedModRewriteInput.xml │ ├── RuleBuilder.xml │ ├── RuleRegexParser.xml │ ├── SegmentType.xml │ ├── ServerVariables.xml │ ├── TestStringParser.xml │ └── Tokenizer.xml │ ├── Microsoft.AspNetCore.Rewrite.Internal.IISUrlRewrite │ ├── ActionType.xml │ ├── Condition.xml │ ├── ConditionCollection.xml │ ├── ConditionEvaluator.xml │ ├── IISRewriteMap.xml │ ├── IISRewriteMapCollection.xml │ ├── IISUrlRewriteRule.xml │ ├── InputParser.xml │ ├── InvalidUrlRewriteFormatException.xml │ ├── LogicalGrouping.xml │ ├── MatchType.xml │ ├── PatternSyntax.xml │ ├── RedirectType.xml │ ├── RewriteMapParser.xml │ ├── RewriteTags.xml │ ├── ServerVariables.xml │ ├── UriMatchCondition.xml │ ├── UriMatchPart.xml │ ├── UrlRewriteFileParser.xml │ └── UrlRewriteRuleBuilder.xml │ ├── Microsoft.AspNetCore.Rewrite.Internal.PatternSegments │ ├── ConditionMatchSegment.xml │ ├── DateTimeSegment.xml │ ├── HeaderSegment.xml │ ├── IsHttpsModSegment.xml │ ├── IsHttpsUrlSegment.xml │ ├── IsIPV6Segment.xml │ ├── LiteralSegment.xml │ ├── LocalAddressSegment.xml │ ├── LocalPortSegment.xml │ ├── QueryStringSegment.xml │ ├── RemoteAddressSegment.xml │ ├── RemotePortSegment.xml │ ├── RequestFileNameSegment.xml │ ├── RequestMethodSegment.xml │ ├── RewriteMapSegment.xml │ ├── RuleMatchSegment.xml │ ├── SchemeSegment.xml │ ├── ServerProtocolSegment.xml │ ├── ToLowerSegment.xml │ ├── UrlEncodeSegment.xml │ └── UrlSegment.xml │ ├── Microsoft.AspNetCore.Rewrite.Internal.UrlActions │ ├── AbortAction.xml │ ├── ChangeCookieAction.xml │ ├── CustomResponseAction.xml │ ├── ForbiddenAction.xml │ ├── GoneAction.xml │ ├── NoneAction.xml │ ├── RedirectAction.xml │ ├── RewriteAction.xml │ └── VoidAction.xml │ ├── Microsoft.AspNetCore.Rewrite.Internal.UrlMatches │ ├── ExactMatch.xml │ ├── FileSizeMatch.xml │ ├── IntegerMatch.xml │ ├── IntegerOperationType.xml │ ├── IsDirectoryMatch.xml │ ├── IsFileMatch.xml │ ├── RegexMatch.xml │ ├── StringMatch.xml │ └── StringOperationType.xml │ ├── Microsoft.AspNetCore.Rewrite.Internal │ ├── BackReferenceCollection.xml │ ├── Condition.xml │ ├── ConditionHelper.xml │ ├── DelegateRule.xml │ ├── MatchResults.xml │ ├── ParserContext.xml │ ├── Pattern.xml │ ├── PatternSegment.xml │ ├── RedirectRule.xml │ ├── RedirectToHttpsRule.xml │ ├── RedirectToWwwRule.xml │ ├── RewriteRule.xml │ ├── UrlAction.xml │ └── UrlMatch.xml │ ├── Microsoft.AspNetCore.Rewrite │ ├── ApacheModRewriteOptionsExtensions.xml │ ├── IISUrlRewriteOptionsExtensions.xml │ ├── IRule.xml │ ├── RewriteContext.xml │ ├── RewriteMiddleware.xml │ ├── RewriteOptions.xml │ ├── RewriteOptionsExtensions.xml │ └── RuleResult.xml │ ├── Microsoft.AspNetCore.Routing.Constraints │ ├── AlphaRouteConstraint.xml │ ├── BoolRouteConstraint.xml │ ├── CompositeRouteConstraint.xml │ ├── DateTimeRouteConstraint.xml │ ├── DecimalRouteConstraint.xml │ ├── DoubleRouteConstraint.xml │ ├── FileNameRouteConstraint.xml │ ├── FloatRouteConstraint.xml │ ├── GuidRouteConstraint.xml │ ├── HttpMethodRouteConstraint.xml │ ├── IntRouteConstraint.xml │ ├── LengthRouteConstraint.xml │ ├── LongRouteConstraint.xml │ ├── MaxLengthRouteConstraint.xml │ ├── MaxRouteConstraint.xml │ ├── MinLengthRouteConstraint.xml │ ├── MinRouteConstraint.xml │ ├── NonFileNameRouteConstraint.xml │ ├── OptionalRouteConstraint.xml │ ├── RangeRouteConstraint.xml │ ├── RegexInlineRouteConstraint.xml │ ├── RegexRouteConstraint.xml │ ├── RequiredRouteConstraint.xml │ └── StringRouteConstraint.xml │ ├── Microsoft.AspNetCore.Routing.Internal │ ├── BufferValue.xml │ ├── DfaGraphWriter.xml │ ├── LinkGenerationDecisionTree.xml │ ├── OutboundMatchResult.xml │ ├── PathTokenizer+Enumerator.xml │ ├── PathTokenizer.xml │ ├── RoutingMarkerService.xml │ ├── SegmentState.xml │ ├── TaskCache.xml │ ├── UriBuilderContextPooledObjectPolicy.xml │ └── UriBuildingContext.xml │ ├── Microsoft.AspNetCore.Routing.Matching │ ├── CandidateSet.xml │ ├── CandidateState.xml │ ├── EndpointMetadataComparer.xml │ ├── EndpointMetadataComparer`1.xml │ ├── EndpointSelector.xml │ ├── HostMatcherPolicy.xml │ ├── HttpMethodMatcherPolicy.xml │ ├── IEndpointComparerPolicy.xml │ ├── IEndpointSelectorPolicy.xml │ ├── INodeBuilderPolicy.xml │ ├── IParameterLiteralNodeMatchingPolicy.xml │ ├── PolicyJumpTable.xml │ ├── PolicyJumpTableEdge.xml │ └── PolicyNodeEdge.xml │ ├── Microsoft.AspNetCore.Routing.Patterns │ ├── RoutePattern.xml │ ├── RoutePatternException.xml │ ├── RoutePatternFactory.xml │ ├── RoutePatternLiteralPart.xml │ ├── RoutePatternParameterKind.xml │ ├── RoutePatternParameterPart.xml │ ├── RoutePatternParameterPolicyReference.xml │ ├── RoutePatternPart.xml │ ├── RoutePatternPartKind.xml │ ├── RoutePatternPathSegment.xml │ ├── RoutePatternSeparatorPart.xml │ └── RoutePatternTransformer.xml │ ├── Microsoft.AspNetCore.Routing.Template │ ├── InlineConstraint.xml │ ├── RoutePrecedence.xml │ ├── RouteTemplate.xml │ ├── TemplateBinder.xml │ ├── TemplateBinderFactory.xml │ ├── TemplateMatcher.xml │ ├── TemplateParser.xml │ ├── TemplatePart.xml │ ├── TemplateSegment.xml │ └── TemplateValuesResult.xml │ ├── Microsoft.AspNetCore.Routing.Tree │ ├── InboundMatch.xml │ ├── InboundRouteEntry.xml │ ├── OutboundMatch.xml │ ├── OutboundRouteEntry.xml │ ├── TreeRouteBuilder.xml │ ├── TreeRouter.xml │ ├── UrlMatchingNode.xml │ └── UrlMatchingTree.xml │ ├── Microsoft.AspNetCore.Routing │ ├── CompositeEndpointDataSource.xml │ ├── ContentEncodingMetadata.xml │ ├── ControllerLinkGeneratorExtensions.xml │ ├── DataTokensMetadata.xml │ ├── DefaultEndpointDataSource.xml │ ├── DefaultInlineConstraintResolver.xml │ ├── EndpointDataSource.xml │ ├── EndpointGroupNameAttribute.xml │ ├── EndpointNameAttribute.xml │ ├── EndpointNameMetadata.xml │ ├── EndpointSelectorContext.xml │ ├── ExcludeFromDescriptionAttribute.xml │ ├── HostAttribute.xml │ ├── HttpMethodMetadata.xml │ ├── IDataTokensMetadata.xml │ ├── IDynamicEndpointMetadata.xml │ ├── IEndpointAddressScheme`1.xml │ ├── IEndpointGroupNameMetadata.xml │ ├── IEndpointNameMetadata.xml │ ├── IEndpointRouteBuilder.xml │ ├── IExcludeFromDescriptionMetadata.xml │ ├── IHostMetadata.xml │ ├── IHttpMethodMetadata.xml │ ├── IInlineConstraintResolver.xml │ ├── INamedRouter.xml │ ├── IOutboundParameterTransformer.xml │ ├── IParameterPolicy.xml │ ├── IRouteBuilder.xml │ ├── IRouteCollection.xml │ ├── IRouteConstraint.xml │ ├── IRouteHandler.xml │ ├── IRouteNameMetadata.xml │ ├── IRouteValuesAddressMetadata.xml │ ├── IRouter.xml │ ├── IRoutingFeature.xml │ ├── ISuppressLinkGenerationMetadata.xml │ ├── ISuppressMatchingMetadata.xml │ ├── IdentityApiEndpointRouteBuilderExtensions.xml │ ├── InlineRouteParameterParser.xml │ ├── LinkGenerator.xml │ ├── LinkGeneratorEndpointNameAddressExtensions.xml │ ├── LinkGeneratorRouteValuesAddressExtensions.xml │ ├── LinkOptions.xml │ ├── LinkParser.xml │ ├── LinkParserEndpointNameAddressExtensions.xml │ ├── MatcherPolicy.xml │ ├── PageLinkGeneratorExtensions.xml │ ├── ParameterPolicyFactory.xml │ ├── RequestDelegateRouteBuilderExtensions.xml │ ├── Route.xml │ ├── RouteBase.xml │ ├── RouteBuilder.xml │ ├── RouteCollection.xml │ ├── RouteConstraintBuilder.xml │ ├── RouteConstraintMatcher.xml │ ├── RouteContext.xml │ ├── RouteCreationException.xml │ ├── RouteData+RouteDataSnapshot.xml │ ├── RouteData.xml │ ├── RouteDirection.xml │ ├── RouteEndpoint.xml │ ├── RouteEndpointBuilder.xml │ ├── RouteGroupBuilder.xml │ ├── RouteGroupContext.xml │ ├── RouteHandler.xml │ ├── RouteHandlerOptions.xml │ ├── RouteHandlerServices.xml │ ├── RouteNameMetadata.xml │ ├── RouteOptions.xml │ ├── RouteShortCircuitEndpointRouteBuilderExtensions.xml │ ├── RouteValueDictionary+Enumerator.xml │ ├── RouteValueDictionary.xml │ ├── RouteValueEqualityComparer.xml │ ├── RouteValuesAddress.xml │ ├── RouteValuesAddressMetadata.xml │ ├── RoutingFeature.xml │ ├── RoutingHttpContextExtensions.xml │ ├── SuppressLinkGenerationMetadata.xml │ ├── SuppressMatchingMetadata.xml │ ├── VirtualPathContext.xml │ └── VirtualPathData.xml │ ├── Microsoft.AspNetCore.Server.HttpSys │ ├── AuthenticationManager.xml │ ├── AuthenticationSchemes.xml │ ├── ClientCertificateMethod.xml │ ├── DelegationRule.xml │ ├── Http503VerbosityLevel.xml │ ├── HttpSysDefaults.xml │ ├── HttpSysException.xml │ ├── HttpSysOptions.xml │ ├── HttpSysRequestTimingType.xml │ ├── IHttpSysRequestDelegationFeature.xml │ ├── IHttpSysRequestInfoFeature.xml │ ├── IHttpSysRequestPropertyFeature.xml │ ├── IHttpSysRequestTimingFeature.xml │ ├── IServerDelegationFeature.xml │ ├── RequestQueueMode.xml │ ├── TimeoutManager.xml │ ├── UrlPrefix.xml │ └── UrlPrefixCollection.xml │ ├── Microsoft.AspNetCore.Server.IIS.Core │ ├── IISServerAuthenticationHandler.xml │ ├── ThrowingWasUpgradedWriteOnlyStream.xml │ └── WriteOnlyStream.xml │ ├── Microsoft.AspNetCore.Server.IIS │ ├── BadHttpRequestException.xml │ ├── HttpContextExtensions.xml │ ├── IIISEnvironmentFeature.xml │ └── IISServerDefaults.xml │ ├── Microsoft.AspNetCore.Server.IISIntegration │ ├── IISDefaults.xml │ ├── IISHostingStartup.xml │ └── IISMiddleware.xml │ ├── Microsoft.AspNetCore.Server.Kestrel.Core.Adapter.Internal │ ├── AdaptedPipeline.xml │ ├── ConnectionAdapterContext.xml │ ├── IAdaptedConnection.xml │ ├── IConnectionAdapter.xml │ ├── LoggingConnectionAdapter.xml │ └── RawStream.xml │ ├── Microsoft.AspNetCore.Server.Kestrel.Core.Features │ ├── IConnectionTimeoutFeature.xml │ ├── IDecrementConcurrentConnectionCountFeature.xml │ ├── IHttp2StreamIdFeature.xml │ ├── IHttpMinRequestBodyDataRateFeature.xml │ ├── IHttpMinResponseDataRateFeature.xml │ ├── ISslStreamFeature.xml │ └── ITlsApplicationProtocolFeature.xml │ ├── Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http │ ├── ChunkWriter.xml │ ├── ConnectionOptions.xml │ ├── DateHeaderValueManager+DateHeaderValues.xml │ ├── DateHeaderValueManager.xml │ ├── Frame.xml │ ├── FrameAdapter.xml │ ├── FrameContext.xml │ ├── FrameHeaders.xml │ ├── FrameRequestHeaders+Enumerator.xml │ ├── FrameRequestHeaders.xml │ ├── FrameResponseHeaders+Enumerator.xml │ ├── FrameResponseHeaders.xml │ ├── Frame`1.xml │ ├── Http1Connection.xml │ ├── Http1ConnectionContext.xml │ ├── Http1MessageBody.xml │ ├── Http1OutputProducer.xml │ ├── Http1ParsingHandler.xml │ ├── HttpHeaders.xml │ ├── HttpMethod.xml │ ├── HttpParser`1.xml │ ├── HttpProtocol.xml │ ├── HttpRequestHeaders+Enumerator.xml │ ├── HttpRequestHeaders.xml │ ├── HttpRequestTarget.xml │ ├── HttpResponseHeaders+Enumerator.xml │ ├── HttpResponseHeaders.xml │ ├── HttpResponseTrailers+Enumerator.xml │ ├── HttpResponseTrailers.xml │ ├── HttpScheme.xml │ ├── HttpVersion.xml │ ├── HttpVersionAndMethod.xml │ ├── IFrameControl.xml │ ├── IHttpHeadersHandler.xml │ ├── IHttpOutputAborter.xml │ ├── IHttpOutputProducer.xml │ ├── IHttpParser`1.xml │ ├── IHttpProtocolContext.xml │ ├── IHttpRequestLineHandler.xml │ ├── IHttpResponseControl.xml │ ├── MessageBody.xml │ ├── OutputProducer.xml │ ├── PathNormalizer.xml │ ├── PipelineExtensions.xml │ ├── ProduceEndType.xml │ ├── ReasonPhrases.xml │ ├── RequestProcessingStatus.xml │ ├── RequestRejectionReason.xml │ ├── TargetOffsetPathLength.xml │ └── TransferCoding.xml │ ├── Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.FlowControl │ ├── FlowControl.xml │ ├── InputFlowControl.xml │ ├── OutputFlowControl.xml │ ├── OutputFlowControlAwaitable.xml │ ├── StreamInputFlowControl.xml │ └── StreamOutputFlowControl.xml │ ├── Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.HPack │ ├── DynamicTable.xml │ ├── HPackDecoder.xml │ ├── HPackDecodingException.xml │ ├── HPackEncoder.xml │ ├── HPackEncodingException.xml │ ├── HeaderField.xml │ ├── Huffman.xml │ ├── HuffmanDecodingException.xml │ ├── IntegerDecoder.xml │ ├── IntegerEncoder.xml │ ├── StaticTable.xml │ └── StatusCodes.xml │ ├── Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2 │ ├── Http2Connection.xml │ ├── Http2ConnectionContext.xml │ ├── Http2ConnectionErrorException.xml │ ├── Http2ConnectionState.xml │ ├── Http2ContinuationFrameFlags.xml │ ├── Http2DataFrameFlags.xml │ ├── Http2ErrorCode.xml │ ├── Http2Frame.xml │ ├── Http2FrameReader.xml │ ├── Http2FrameType.xml │ ├── Http2FrameWriter.xml │ ├── Http2HeadersFrameFlags.xml │ ├── Http2MessageBody.xml │ ├── Http2OutputProducer.xml │ ├── Http2PeerSetting.xml │ ├── Http2PeerSettings.xml │ ├── Http2PingFrameFlags.xml │ ├── Http2SettingsFrameFlags.xml │ ├── Http2SettingsParameter.xml │ ├── Http2SettingsParameterOutOfRangeException.xml │ ├── Http2Stream.xml │ ├── Http2StreamContext.xml │ ├── Http2StreamErrorException.xml │ ├── IHttp2FrameWriter.xml │ ├── IHttp2StreamLifetimeHandler.xml │ └── ThreadPoolAwaitable.xml │ ├── Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Infrastructure │ ├── ConnectionManager.xml │ ├── ConnectionManagerShutdownExtensions.xml │ ├── ConnectionReference.xml │ ├── Disposable.xml │ ├── FrameConnectionManager.xml │ ├── FrameConnectionManagerShutdownExtensions.xml │ ├── FrameConnectionReference.xml │ ├── FrameHeartbeatManager.xml │ ├── Heartbeat.xml │ ├── HeartbeatManager.xml │ ├── HttpConnectionManager.xml │ ├── HttpConnectionManagerShutdownExtensions.xml │ ├── HttpConnectionReference.xml │ ├── HttpHeartbeatManager.xml │ ├── HttpUtilities.xml │ ├── IDebugger.xml │ ├── IHeartbeatHandler.xml │ ├── IKestrelTrace.xml │ ├── ISystemClock.xml │ ├── IThreadPool.xml │ ├── ITimeoutControl.xml │ ├── ITimeoutHandler.xml │ ├── InlineLoggingThreadPool.xml │ ├── KestrelConnection.xml │ ├── KestrelEventSource.xml │ ├── LoggingThreadPool.xml │ ├── ReadOnlyStream.xml │ ├── ResourceCounter.xml │ ├── Streams.xml │ ├── ThrowingWasUpgradedWriteOnlyStream.xml │ ├── ThrowingWriteOnlyStream.xml │ ├── TimeoutAction.xml │ ├── TimeoutControl.xml │ ├── TimeoutControlExtensions.xml │ ├── TimeoutReason.xml │ ├── TimingPipeFlusher.xml │ ├── UriUtilities.xml │ └── WriteOnlyStream.xml │ ├── Microsoft.AspNetCore.Server.Kestrel.Core.Internal │ ├── ConnectionDispatcher.xml │ ├── ConnectionHandler`1.xml │ ├── ConnectionLimitMiddleware.xml │ ├── ConnectionLogScope.xml │ ├── FrameConnection.xml │ ├── FrameConnectionContext.xml │ ├── HttpConnection.xml │ ├── HttpConnectionBuilderExtensions.xml │ ├── HttpConnectionContext.xml │ ├── HttpConnectionMiddleware`1.xml │ ├── IRequestProcessor.xml │ ├── KestrelServerOptionsSetup.xml │ ├── KestrelTrace.xml │ ├── RejectionConnection.xml │ └── ServiceContext.xml │ ├── Microsoft.AspNetCore.Server.Kestrel.Core │ ├── BadHttpRequestException.xml │ ├── Http2Limits.xml │ ├── Http3Limits.xml │ ├── HttpProtocols.xml │ ├── KestrelServer.xml │ ├── KestrelServerLimits.xml │ ├── KestrelServerOptions.xml │ ├── ListenOptions.xml │ ├── MinDataRate.xml │ └── ServerAddress.xml │ ├── Microsoft.AspNetCore.Server.Kestrel.Filter.Internal │ ├── FilteredStreamAdapter.xml │ ├── LibuvStream.xml │ └── StreamSocketOutput.xml │ ├── Microsoft.AspNetCore.Server.Kestrel.Filter │ ├── ConnectionFilterContext.xml │ ├── IConnectionFilter.xml │ ├── LoggingConnectionFilter.xml │ └── NoOpConnectionFilter.xml │ ├── Microsoft.AspNetCore.Server.Kestrel.Https.Internal │ ├── CertificateLoader.xml │ └── HttpsConnectionAdapter.xml │ ├── Microsoft.AspNetCore.Server.Kestrel.Https │ ├── CertificateLoader.xml │ ├── ClientCertificateMode.xml │ ├── HttpsConnectionAdapterOptions.xml │ ├── HttpsConnectionFilter.xml │ ├── HttpsConnectionFilterOptions.xml │ ├── TlsHandshakeCallbackContext.xml │ └── TlsHandshakeCallbackOptions.xml │ ├── Microsoft.AspNetCore.Server.Kestrel.Internal.Http │ ├── BufferSizeControl.xml │ ├── ChunkWriter.xml │ ├── Connection.xml │ ├── ConnectionContext.xml │ ├── ConnectionManager.xml │ ├── ConnectionOptions.xml │ ├── DateHeaderValueManager+DateHeaderValues.xml │ ├── DateHeaderValueManager.xml │ ├── Frame+RequestLineStatus.xml │ ├── Frame+RequestProcessingStatus.xml │ ├── Frame.xml │ ├── FrameHeaders.xml │ ├── FrameRequestHeaders+Enumerator.xml │ ├── FrameRequestHeaders.xml │ ├── FrameResponseHeaders+Enumerator.xml │ ├── FrameResponseHeaders.xml │ ├── Frame`1.xml │ ├── HttpVersion.xml │ ├── IBufferSizeControl.xml │ ├── IConnectionControl.xml │ ├── IFrameControl.xml │ ├── ISocketOutput.xml │ ├── Listener.xml │ ├── ListenerContext.xml │ ├── ListenerPrimary.xml │ ├── ListenerSecondary.xml │ ├── MessageBody.xml │ ├── PathNormalizer.xml │ ├── PipeListener.xml │ ├── PipeListenerPrimary.xml │ ├── PipeListenerSecondary.xml │ ├── ProduceEndType.xml │ ├── ReasonPhrases.xml │ ├── RequestRejectionReason.xml │ ├── SocketInput.xml │ ├── SocketInputExtensions.xml │ ├── SocketOutput.xml │ ├── TcpListener.xml │ ├── TcpListenerPrimary.xml │ ├── TcpListenerSecondary.xml │ ├── TimeoutAction.xml │ ├── TransferCoding.xml │ └── UrlPathDecoder.xml │ ├── Microsoft.AspNetCore.Server.Kestrel.Internal.Infrastructure │ ├── IKestrelTrace.xml │ ├── IThreadPool.xml │ ├── LoggingThreadPool.xml │ ├── MemoryPool.xml │ ├── MemoryPoolBlock.xml │ ├── MemoryPoolIterator.xml │ ├── MemoryPoolIteratorExtensions.xml │ ├── MemoryPoolSlab.xml │ ├── TaskUtilities.xml │ └── WriteReqPool.xml │ ├── Microsoft.AspNetCore.Server.Kestrel.Internal.Networking │ ├── Libuv+HandleType.xml │ ├── Libuv+RequestType.xml │ ├── Libuv+uv_alloc_cb.xml │ ├── Libuv+uv_async_cb.xml │ ├── Libuv+uv_buf_t.xml │ ├── Libuv+uv_close_cb.xml │ ├── Libuv+uv_connect_cb.xml │ ├── Libuv+uv_connection_cb.xml │ ├── Libuv+uv_fileno_func.xml │ ├── Libuv+uv_ip4_addr_func.xml │ ├── Libuv+uv_ip6_addr_func.xml │ ├── Libuv+uv_read_cb.xml │ ├── Libuv+uv_shutdown_cb.xml │ ├── Libuv+uv_tcp_bind_func.xml │ ├── Libuv+uv_tcp_getpeername_func.xml │ ├── Libuv+uv_tcp_getsockname_func.xml │ ├── Libuv+uv_timer_cb.xml │ ├── Libuv+uv_walk_cb.xml │ ├── Libuv+uv_write2_func.xml │ ├── Libuv+uv_write_cb.xml │ ├── Libuv+uv_write_func.xml │ ├── Libuv.xml │ ├── PlatformApis.xml │ ├── SockAddr.xml │ ├── UvAsyncHandle.xml │ ├── UvConnectRequest.xml │ ├── UvException.xml │ ├── UvHandle.xml │ ├── UvLoopHandle.xml │ ├── UvMemory.xml │ ├── UvPipeHandle.xml │ ├── UvRequest.xml │ ├── UvShutdownReq.xml │ ├── UvStreamHandle.xml │ ├── UvTcpHandle.xml │ ├── UvTimerHandle.xml │ └── UvWriteReq.xml │ ├── Microsoft.AspNetCore.Server.Kestrel.Internal.System.Binary │ ├── BufferReader.xml │ └── BufferWriter.xml │ ├── Microsoft.AspNetCore.Server.Kestrel.Internal.System.Buffers │ ├── BufferHandle.xml │ ├── BufferPool.xml │ ├── Buffer`1.xml │ ├── DisposableReservation`1.xml │ ├── IOutput.xml │ ├── OwnedBuffer`1.xml │ └── ReadOnlyBuffer`1.xml │ ├── Microsoft.AspNetCore.Server.Kestrel.Internal.System.Collections.Sequences │ ├── ArrayList`1.xml │ ├── ISequence`1.xml │ ├── Position.xml │ ├── ResizableArray`1.xml │ └── SequenceEnumerator`1.xml │ ├── Microsoft.AspNetCore.Server.Kestrel.Internal.System.IO.Pipelines.Testing │ └── BufferUtilities.xml │ ├── Microsoft.AspNetCore.Server.Kestrel.Internal.System.IO.Pipelines │ ├── BufferEnumerator.xml │ ├── FlushResult.xml │ ├── IPipe.xml │ ├── IPipeConnection.xml │ ├── IPipeReader.xml │ ├── IPipeWriter.xml │ ├── IReadableBufferAwaiter.xml │ ├── IScheduler.xml │ ├── IWritableBufferAwaiter.xml │ ├── InlineScheduler.xml │ ├── MemoryPool.xml │ ├── MemoryPoolBlock.xml │ ├── MemoryPoolSlab.xml │ ├── PipeFactory.xml │ ├── PipeOptions.xml │ ├── PipelineReaderExtensions.xml │ ├── PipelineWriterExtensions.xml │ ├── PreservedBuffer.xml │ ├── ReadCursor.xml │ ├── ReadCursorOperations.xml │ ├── ReadResult.xml │ ├── ReadableBuffer.xml │ ├── ReadableBufferAwaitable.xml │ ├── ReadableBufferReader.xml │ ├── TaskRunScheduler.xml │ ├── UnownedBuffer.xml │ ├── WritableBuffer.xml │ ├── WritableBufferAwaitable.xml │ ├── WritableBufferExtensions.xml │ └── WritableBufferWriter.xml │ ├── Microsoft.AspNetCore.Server.Kestrel.Internal.System.Runtime │ ├── BufferPrimitivesThrowHelper.xml │ ├── ExceptionArgument.xml │ ├── PrimitiveAttribute.xml │ ├── ReferenceCounter.xml │ ├── ReferenceCountingMethod.xml │ └── ReferenceCountingSettings.xml │ ├── Microsoft.AspNetCore.Server.Kestrel.Internal.System.Text.Encodings.Web.Utf8 │ └── UrlEncoder.xml │ ├── Microsoft.AspNetCore.Server.Kestrel.Internal.System │ ├── ReadOnlySpan`1.xml │ ├── SpanExtensions.xml │ └── Span`1.xml │ ├── Microsoft.AspNetCore.Server.Kestrel.Internal │ ├── Disposable.xml │ ├── KestrelEngine.xml │ ├── KestrelServerOptionsSetup.xml │ ├── KestrelThread.xml │ ├── KestrelTrace.xml │ └── ServiceContext.xml │ ├── Microsoft.AspNetCore.Server.Kestrel.Transport.Abstractions.Internal │ ├── AddressInUseException.xml │ ├── ConnectionAbortedException.xml │ ├── ConnectionResetException.xml │ ├── FileHandleType.xml │ ├── IApplicationTransportFeature.xml │ ├── IBytesWrittenFeature.xml │ ├── IConnectionContext.xml │ ├── IConnectionDispatcher.xml │ ├── IConnectionHandler.xml │ ├── IConnectionInformation.xml │ ├── IEndPointInformation.xml │ ├── ITransport.xml │ ├── ITransportFactory.xml │ ├── ITransportSchedulerFeature.xml │ ├── KestrelMemoryPool.xml │ ├── ListenType.xml │ ├── SchedulingMode.xml │ └── TransportConnection.xml │ ├── Microsoft.AspNetCore.Server.Kestrel.Transport.Experimental.Quic │ └── QuicTransportOptions.xml │ ├── Microsoft.AspNetCore.Server.Kestrel.Transport.Libuv.Internal.Networking │ ├── LibuvFunctions+HandleType.xml │ ├── LibuvFunctions+RequestType.xml │ ├── LibuvFunctions+uv_alloc_cb.xml │ ├── LibuvFunctions+uv_async_cb.xml │ ├── LibuvFunctions+uv_buf_t.xml │ ├── LibuvFunctions+uv_close_cb.xml │ ├── LibuvFunctions+uv_connect_cb.xml │ ├── LibuvFunctions+uv_connection_cb.xml │ ├── LibuvFunctions+uv_fileno_func.xml │ ├── LibuvFunctions+uv_ip4_addr_func.xml │ ├── LibuvFunctions+uv_ip6_addr_func.xml │ ├── LibuvFunctions+uv_read_cb.xml │ ├── LibuvFunctions+uv_tcp_bind_func.xml │ ├── LibuvFunctions+uv_tcp_getpeername_func.xml │ ├── LibuvFunctions+uv_tcp_getsockname_func.xml │ ├── LibuvFunctions+uv_timer_cb.xml │ ├── LibuvFunctions+uv_walk_cb.xml │ ├── LibuvFunctions+uv_write2_func.xml │ ├── LibuvFunctions+uv_write_cb.xml │ ├── LibuvFunctions+uv_write_func.xml │ ├── LibuvFunctions.xml │ ├── PlatformApis.xml │ ├── SockAddr.xml │ ├── UvAsyncHandle.xml │ ├── UvConnectRequest.xml │ ├── UvException.xml │ ├── UvHandle.xml │ ├── UvLoopHandle.xml │ ├── UvMemory.xml │ ├── UvPipeHandle.xml │ ├── UvRequest.xml │ ├── UvStreamHandle.xml │ ├── UvTcpHandle.xml │ ├── UvTimerHandle.xml │ └── UvWriteReq.xml │ ├── Microsoft.AspNetCore.Server.Kestrel.Transport.Libuv.Internal │ ├── ILibuvTrace.xml │ ├── LibuvAwaitable`1.xml │ ├── LibuvConnection.xml │ ├── LibuvConnectionContext.xml │ ├── LibuvOutputConsumer.xml │ ├── LibuvThread.xml │ ├── LibuvTrace.xml │ ├── LibuvTransport.xml │ ├── LibuvTransportContext.xml │ ├── LibuvTransportFactory.xml │ ├── Listener.xml │ ├── ListenerContext.xml │ ├── ListenerPrimary.xml │ ├── ListenerSecondary.xml │ ├── UvWriteResult.xml │ └── WriteReqPool.xml │ ├── Microsoft.AspNetCore.Server.Kestrel.Transport.Libuv │ ├── LibuvTransport.xml │ ├── LibuvTransportFactory.xml │ └── LibuvTransportOptions.xml │ ├── Microsoft.AspNetCore.Server.Kestrel.Transport.NamedPipes │ ├── CreateNamedPipeServerStreamContext.xml │ └── NamedPipeTransportOptions.xml │ ├── Microsoft.AspNetCore.Server.Kestrel.Transport.Quic │ └── QuicTransportOptions.xml │ ├── Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.Internal │ ├── BufferExtensions.xml │ ├── IOQueue.xml │ ├── ISocketsTrace.xml │ ├── SocketAwaitable.xml │ ├── SocketAwaitableEventArgs.xml │ ├── SocketReceiver.xml │ ├── SocketSender.xml │ ├── SocketSenderReceiverBase.xml │ └── SocketsTrace.xml │ ├── Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets │ ├── SocketConnectionContextFactory.xml │ ├── SocketConnectionFactoryOptions.xml │ ├── SocketTransportFactory.xml │ └── SocketTransportOptions.xml │ ├── Microsoft.AspNetCore.Server.Kestrel │ ├── BadHttpRequestException.xml │ ├── EndpointConfiguration.xml │ ├── KestrelConfigurationLoader.xml │ ├── KestrelServer.xml │ ├── KestrelServerLimits.xml │ ├── KestrelServerOptions.xml │ └── ServerAddress.xml │ ├── Microsoft.AspNetCore.Server.WebListener.Internal │ └── WebListenerOptionsSetup.xml │ ├── Microsoft.AspNetCore.Server.WebListener │ ├── MessagePump.xml │ └── WebListenerOptions.xml │ ├── Microsoft.AspNetCore.Session │ ├── DistributedSession.xml │ ├── DistributedSessionStore.xml │ ├── ISessionStore.xml │ ├── SessionDefaults.xml │ ├── SessionFeature.xml │ └── SessionMiddleware.xml │ ├── Microsoft.AspNetCore.SignalR.Client │ ├── HttpConnectionFactory.xml │ ├── HubConnection.xml │ ├── HubConnectionBuilder.xml │ ├── HubConnectionBuilderExtensions.xml │ ├── HubConnectionBuilderHttpExtensions.xml │ ├── HubConnectionExtensions.xml │ ├── HubConnectionOptions.xml │ ├── HubConnectionState.xml │ ├── IConnectionFactory.xml │ ├── IHubConnectionBuilder.xml │ ├── IRetryPolicy.xml │ ├── MessagePackProtocolHubConnectionBuilderExtensions.xml │ └── RetryContext.xml │ ├── Microsoft.AspNetCore.SignalR.Internal.Protocol │ └── MessagePackHubProtocol.xml │ ├── Microsoft.AspNetCore.SignalR.Internal │ ├── DefaultHubActivator`1.xml │ ├── DefaultHubCallerContext.xml │ ├── DefaultHubDispatcher`1.xml │ ├── DefaultHubProtocolResolver.xml │ ├── HubCallerClients.xml │ ├── HubDispatcher`1.xml │ ├── HubOptionsSetup.xml │ ├── HubOptionsSetup`1.xml │ ├── HubReflectionHelper.xml │ └── TypeBaseEnumerationExtensions.xml │ ├── Microsoft.AspNetCore.SignalR.Protocol │ ├── AckMessage.xml │ ├── CancelInvocationMessage.xml │ ├── CloseMessage.xml │ ├── CompletionMessage.xml │ ├── HandshakeProtocol.xml │ ├── HandshakeRequestMessage.xml │ ├── HandshakeResponseMessage.xml │ ├── HubInvocationMessage.xml │ ├── HubMessage.xml │ ├── HubMethodInvocationMessage.xml │ ├── HubProtocolConstants.xml │ ├── HubProtocolExtensions.xml │ ├── IHubProtocol.xml │ ├── InvocationBindingFailureMessage.xml │ ├── InvocationMessage.xml │ ├── JsonHubProtocol.xml │ ├── MessagePackHubProtocol.xml │ ├── NewtonsoftJsonHubProtocol.xml │ ├── PingMessage.xml │ ├── RawResult.xml │ ├── SequenceMessage.xml │ ├── StreamBindingFailureMessage.xml │ ├── StreamInvocationMessage.xml │ └── StreamItemMessage.xml │ ├── Microsoft.AspNetCore.SignalR.Redis.Internal │ ├── GroupAction.xml │ ├── RedisGroupCommand.xml │ ├── RedisInvocation.xml │ └── RedisProtocol.xml │ ├── Microsoft.AspNetCore.SignalR.Redis │ ├── RedisHubLifetimeManager`1.xml │ └── RedisOptions.xml │ ├── Microsoft.AspNetCore.SignalR.Specification.Tests │ ├── HubLifetimeManagerTestsBase`1.xml │ ├── MyHub.xml │ └── ScaleoutHubLifetimeManagerTests`1.xml │ ├── Microsoft.AspNetCore.SignalR.StackExchangeRedis.Internal │ ├── GroupAction.xml │ ├── RedisGroupCommand.xml │ ├── RedisInvocation.xml │ └── RedisProtocol.xml │ ├── Microsoft.AspNetCore.SignalR.StackExchangeRedis │ ├── RedisHubLifetimeManager`1.xml │ └── RedisOptions.xml │ ├── Microsoft.AspNetCore.SignalR │ ├── ClientProxyExtensions.xml │ ├── DefaultHubLifetimeManager`1.xml │ ├── DefaultUserIdProvider.xml │ ├── DynamicHub.xml │ ├── DynamicHubClients.xml │ ├── GetHttpContextExtensions.xml │ ├── Hub.xml │ ├── HubCallerContext.xml │ ├── HubClientsExtensions.xml │ ├── HubConnectionContext.xml │ ├── HubConnectionContextOptions.xml │ ├── HubConnectionHandler`1.xml │ ├── HubConnectionStore+Enumerator.xml │ ├── HubConnectionStore.xml │ ├── HubException.xml │ ├── HubInvocationContext.xml │ ├── HubLifetimeContext.xml │ ├── HubLifetimeManager`1.xml │ ├── HubMetadata.xml │ ├── HubMethodNameAttribute.xml │ ├── HubOptions.xml │ ├── HubOptionsExtensions.xml │ ├── HubOptionsSetup.xml │ ├── HubOptionsSetup`1.xml │ ├── HubOptions`1.xml │ ├── HubRouteBuilder.xml │ ├── Hub`1.xml │ ├── IClientProxy.xml │ ├── IGroupManager.xml │ ├── IHubActivator`1.xml │ ├── IHubCallerClients.xml │ ├── IHubCallerClients`1.xml │ ├── IHubClients.xml │ ├── IHubClients`1.xml │ ├── IHubContext.xml │ ├── IHubContext`1.xml │ ├── IHubContext`2.xml │ ├── IHubFilter.xml │ ├── IHubProtocolResolver.xml │ ├── IInvocationBinder.xml │ ├── ISignalRBuilder.xml │ ├── ISignalRServerBuilder.xml │ ├── ISingleClientProxy.xml │ ├── IUserIdProvider.xml │ ├── JsonHubProtocolOptions.xml │ ├── MessagePackHubProtocolOptions.xml │ ├── NewtonsoftJsonHubProtocolOptions.xml │ ├── SerializedHubMessage.xml │ ├── SerializedMessage.xml │ └── SignalRConnectionBuilderExtensions.xml │ ├── Microsoft.AspNetCore.SpaServices.AngularCli │ ├── AngularCliBuilder.xml │ └── AngularCliMiddlewareExtensions.xml │ ├── Microsoft.AspNetCore.SpaServices.Prerendering │ ├── ISpaPrerenderer.xml │ ├── ISpaPrerendererBuilder.xml │ ├── JavaScriptModuleExport.xml │ ├── PrerenderTagHelper.xml │ ├── Prerenderer.xml │ └── RenderToStringResult.xml │ ├── Microsoft.AspNetCore.SpaServices.ReactDevelopmentServer │ └── ReactDevelopmentServerMiddlewareExtensions.xml │ ├── Microsoft.AspNetCore.SpaServices.StaticFiles │ ├── ISpaStaticFileProvider.xml │ └── SpaStaticFilesOptions.xml │ ├── Microsoft.AspNetCore.SpaServices.Webpack │ └── WebpackDevMiddlewareOptions.xml │ ├── Microsoft.AspNetCore.SpaServices │ ├── ISpaBuilder.xml │ └── SpaOptions.xml │ ├── Microsoft.AspNetCore.StaticAssets.Infrastructure │ └── StaticAssetsEndpointDataSourceHelper.xml │ ├── Microsoft.AspNetCore.StaticAssets │ ├── StaticAssetDescriptor.xml │ ├── StaticAssetProperty.xml │ ├── StaticAssetResponseHeader.xml │ ├── StaticAssetSelector.xml │ └── StaticAssetsEndpointConventionBuilder.xml │ ├── Microsoft.AspNetCore.StaticFiles.Infrastructure │ ├── SharedOptions.xml │ └── SharedOptionsBase.xml │ ├── Microsoft.AspNetCore.StaticFiles │ ├── DefaultFilesMiddleware.xml │ ├── DirectoryBrowserMiddleware.xml │ ├── FileExtensionContentTypeProvider.xml │ ├── HtmlDirectoryFormatter.xml │ ├── IContentTypeProvider.xml │ ├── IDirectoryFormatter.xml │ ├── StaticFileMiddleware.xml │ └── StaticFileResponseContext.xml │ ├── Microsoft.AspNetCore.Telemetry │ ├── HttpLoggingServiceExtensions.xml │ ├── HttpLoggingTagNames.xml │ ├── IHttpLogEnricher.xml │ ├── IncomingPathLoggingMode.xml │ ├── LoggingOptions.xml │ ├── RequestCheckpointConstants.xml │ ├── RequestCheckpointExtensions.xml │ ├── RequestHeadersEnricherExtensions.xml │ ├── RequestHeadersLogEnricherOptions.xml │ ├── RequestLatencyTelemetryExtensions.xml │ └── RequestLatencyTelemetryOptions.xml │ ├── Microsoft.AspNetCore.TestHost │ ├── ClientHandler.xml │ ├── HostBuilderTestServerExtensions.xml │ ├── HttpResetTestException.xml │ ├── RequestBuilder.xml │ ├── TestServer.xml │ ├── TestServerOptions.xml │ ├── WebHostBuilderExtensions.xml │ ├── WebHostBuilderFactory.xml │ └── WebSocketClient.xml │ ├── Microsoft.AspNetCore.WebSockets.Internal │ ├── Constants+Headers.xml │ ├── Constants.xml │ └── WebSocketFactory.xml │ ├── Microsoft.AspNetCore.WebSockets.Protocol │ ├── CommonWebSocket.xml │ ├── Constants+Headers.xml │ ├── Constants+OpCodes.xml │ ├── Constants.xml │ ├── FrameHeader.xml │ ├── HandshakeHelpers.xml │ ├── Utilities+Utf8MessageState.xml │ └── Utilities.xml │ ├── Microsoft.AspNetCore.WebSockets.Server │ ├── ExtendedWebSocketAcceptContext.xml │ └── WebSocketMiddleware.xml │ ├── Microsoft.AspNetCore.WebSockets │ ├── ExtendedWebSocketAcceptContext.xml │ ├── WebSocketMiddleware.xml │ └── WebSocketsDependencyInjectionExtensions.xml │ ├── Microsoft.AspNetCore.WebUtilities │ ├── Base64UrlTextEncoder.xml │ ├── BufferedReadStream.xml │ ├── FileBufferingReadStream.xml │ ├── FileBufferingWriteStream.xml │ ├── FileMultipartSection.xml │ ├── FormMultipartSection.xml │ ├── FormPipeReader.xml │ ├── FormReader.xml │ ├── HttpRequestStreamReader.xml │ ├── HttpResponseStreamWriter.xml │ ├── KeyValueAccumulator.xml │ ├── MultipartReader.xml │ ├── MultipartSection.xml │ ├── MultipartSectionConverterExtensions.xml │ ├── MultipartSectionStreamExtensions.xml │ ├── QueryHelpers.xml │ ├── QueryStringEnumerable+EncodedNameValuePair.xml │ ├── QueryStringEnumerable+Enumerator.xml │ ├── QueryStringEnumerable.xml │ ├── ReasonPhrases.xml │ ├── StreamHelperExtensions.xml │ └── WebEncoders.xml │ ├── Microsoft.AspNetCore │ └── WebHost.xml │ ├── Microsoft.Authentication.WebAssembly.Msal.Models │ ├── MsalCacheOptions.xml │ └── MsalProviderOptions.xml │ ├── Microsoft.Authentication.WebAssembly.Msal │ └── MsalAuthenticationOptions.xml │ ├── Microsoft.Extensions.Caching.Hybrid │ ├── HybridCacheOptions.xml │ └── IHybridCacheBuilder.xml │ ├── Microsoft.Extensions.Caching.StackExchangeRedis │ ├── RedisCache.xml │ └── RedisCacheOptions.xml │ ├── Microsoft.Extensions.DependencyInjection │ ├── AnalysisServiceCollectionExtensions.xml │ ├── AntiforgeryServiceCollectionExtensions.xml │ ├── ApplicationModelConventionExtensions.xml │ ├── AsyncStateHttpContextExtensions.xml │ ├── AuthenticationCoreServiceCollectionExtensions.xml │ ├── AuthenticationServiceCollectionExtensions.xml │ ├── AuthorizationServiceCollectionExtensions.xml │ ├── BearerTokenExtensions.xml │ ├── CascadingAuthenticationStateServiceCollectionExtensions.xml │ ├── CascadingValueServiceCollectionExtensions.xml │ ├── CertificateAuthenticationAppBuilderExtensions.xml │ ├── CertificateForwardingServiceExtensions.xml │ ├── ComponentServiceCollectionExtensions.xml │ ├── ComponentsWebViewServiceCollectionExtensions.xml │ ├── ConnectionsDependencyInjectionExtensions.xml │ ├── CookieExtensions.xml │ ├── CookiePolicyServiceCollectionExtensions.xml │ ├── CorsServiceCollectionExtensions.xml │ ├── DataProtectionServiceCollectionExtensions.xml │ ├── DataProtectionServices.xml │ ├── DatabaseDeveloperPageExceptionFilterServiceExtensions.xml │ ├── DirectoryBrowserServiceExtensions.xml │ ├── ElmServiceCollectionExtensions.xml │ ├── EndpointMetadataApiExplorerServiceCollectionExtensions.xml │ ├── EntityFrameworkAdapterServiceCollectionExtensions.xml │ ├── ExceptionHandlerServiceCollectionExtensions.xml │ ├── FacebookAuthenticationOptionsExtensions.xml │ ├── GoogleExtensions.xml │ ├── GrpcJsonTranscodingServiceExtensions.xml │ ├── GrpcSwaggerGenOptionsExtensions.xml │ ├── GrpcSwaggerServiceExtensions.xml │ ├── HeaderParsingServiceCollectionExtensions.xml │ ├── HeaderPropagationHttpClientBuilderExtensions.xml │ ├── HeaderPropagationServiceCollectionExtensions.xml │ ├── HttpJsonServiceExtensions.xml │ ├── HttpLoggingServiceCollectionExtensions.xml │ ├── HttpLoggingServicesExtensions.xml │ ├── HttpServiceCollectionExtensions.xml │ ├── HybridCacheBuilderExtensions.xml │ ├── HybridCacheServiceExtensions.xml │ ├── IMvcBuilder.xml │ ├── IMvcCoreBuilder.xml │ ├── IRazorComponentsBuilder.xml │ ├── IRemoteAuthenticationBuilder`2.xml │ ├── IReverseProxyBuilder.xml │ ├── IServerSideBlazorBuilder.xml │ ├── IdentityEntityFrameworkBuilderExtensions.xml │ ├── IdentityServerBuilderConfigurationExtensions.xml │ ├── IdentityServiceCollectionExtensions.xml │ ├── IdentityServiceCollectionUIExtensions.xml │ ├── InMemoryConfigProviderExtensions.xml │ ├── JsonProtocolDependencyInjectionExtensions.xml │ ├── JwtBearerExtensions.xml │ ├── MessagePackProtocolDependencyInjectionExtensions.xml │ ├── MicrosoftAccountExtensions.xml │ ├── MsalWebAssemblyServiceCollectionExtensions.xml │ ├── MsgPackProtocolDependencyInjectionExtensions.xml │ ├── MvcApiExplorerMvcCoreBuilderExtensions.xml │ ├── MvcCoreMvcBuilderExtensions.xml │ ├── MvcCoreMvcCoreBuilderExtensions.xml │ ├── MvcCoreServiceCollectionExtensions.xml │ ├── MvcCorsMvcCoreBuilderExtensions.xml │ ├── MvcDataAnnotationsMvcBuilderExtensions.xml │ ├── MvcDataAnnotationsMvcCoreBuilderExtensions.xml │ ├── MvcJsonMvcBuilderExtensions.xml │ ├── MvcJsonMvcCoreBuilderExtensions.xml │ ├── MvcJsonOptionsExtensions.xml │ ├── MvcLocalizationMvcBuilderExtensions.xml │ ├── MvcLocalizationMvcCoreBuilderExtensions.xml │ ├── MvcNewtonsoftJsonOptionsExtensions.xml │ ├── MvcRazorMvcBuilderExtensions.xml │ ├── MvcRazorMvcCoreBuilderExtensions.xml │ ├── MvcRazorPagesMvcBuilderExtensions.xml │ ├── MvcRazorPagesMvcCoreBuilderExtensions.xml │ ├── MvcServiceCollectionExtensions.xml │ ├── MvcViewFeaturesMvcBuilderExtensions.xml │ ├── MvcViewFeaturesMvcCoreBuilderExtensions.xml │ ├── MvcXmlMvcBuilderExtensions.xml │ ├── MvcXmlMvcCoreBuilderExtensions.xml │ ├── NegotiateExtensions.xml │ ├── NewtonsoftJsonMvcBuilderExtensions.xml │ ├── NewtonsoftJsonMvcCoreBuilderExtensions.xml │ ├── NewtonsoftJsonProtocolDependencyInjectionExtensions.xml │ ├── NodeServicesServiceCollectionExtensions.xml │ ├── OAuthExtensions.xml │ ├── OAuthPostConfigureOptions`2.xml │ ├── OpenApiServiceCollectionExtensions.xml │ ├── OpenIdConnectExtensions.xml │ ├── OutputCacheConventionBuilderExtensions.xml │ ├── OutputCacheServiceCollectionExtensions.xml │ ├── PageConventionCollectionExtensions.xml │ ├── PolicyServiceCollectionExtensions.xml │ ├── PrerenderingServiceCollectionExtensions.xml │ ├── ProblemDetailsServiceCollectionExtensions.xml │ ├── QueuePolicyServiceCollectionExtensions.xml │ ├── RazorComponentsRazorComponentBuilderExtensions.xml │ ├── RazorComponentsServiceCollectionExtensions.xml │ ├── RazorRuntimeCompilationMvcBuilderExtensions.xml │ ├── RazorRuntimeCompilationMvcCoreBuilderExtensions.xml │ ├── RedisDependencyInjectionExtensions.xml │ ├── RemoteAuthenticationBuilderExtensions.xml │ ├── RequestDecompressionServiceExtensions.xml │ ├── RequestHeadersEnricherServiceCollectionExtensions.xml │ ├── RequestLatencyTelemetryServiceCollectionExtensions.xml │ ├── RequestLocalizationServiceCollectionExtensions.xml │ ├── RequestTimeoutsIServiceCollectionExtensions.xml │ ├── ResponseCachingServicesExtensions.xml │ ├── ReverseProxyServiceCollectionExtensions.xml │ ├── RoutingServiceCollectionExtensions.xml │ ├── ServerRazorComponentsBuilderExtensions.xml │ ├── ServerSideBlazorBuilderExtensions.xml │ ├── SessionServiceCollectionExtensions.xml │ ├── SignalRDependencyInjectionExtensions.xml │ ├── SpaStaticFilesExtensions.xml │ ├── StackExchangeRedisCacheServiceCollectionExtensions.xml │ ├── StackExchangeRedisDependencyInjectionExtensions.xml │ ├── StackExchangeRedisOutputCacheServiceCollectionExtensions.xml │ ├── TagHelperServicesExtensions.xml │ ├── TelemetryConsumptionExtensions.xml │ ├── TwitterExtensions.xml │ ├── WebApiCompatShimMvcBuilderExtensions.xml │ ├── WebAssemblyAuthenticationServiceCollectionExtensions.xml │ ├── WebAssemblyRazorComponentsBuilderExtensions.xml │ └── WsFederationExtensions.xml │ ├── Microsoft.Extensions.Hosting │ ├── GenericHostBuilderExtensions.xml │ ├── GenericHostWebHostBuilderExtensions.xml │ ├── ServiceFakesHostExtensions.xml │ └── WebHostBuilderOptions.xml │ ├── Microsoft.Extensions.Logging │ └── PerIncomingRequestLoggingBuilderExtensions.xml │ ├── Microsoft.JSInterop.Implementation │ ├── JSInProcessObjectReference.xml │ ├── JSObjectReference.xml │ ├── JSObjectReferenceJsonWorker.xml │ └── JSStreamReference.xml │ ├── Microsoft.JSInterop.Infrastructure │ ├── DotNetDispatcher.xml │ ├── DotNetInvocationInfo.xml │ ├── DotNetInvocationResult.xml │ ├── IJSVoidResult.xml │ ├── JSCallType.xml │ └── JSInvocationInfo.xml │ ├── Microsoft.JSInterop.WebAssembly │ └── WebAssemblyJSRuntime.xml │ ├── Microsoft.JSInterop │ ├── DotNetObjectReference.xml │ ├── DotNetObjectReference`1.xml │ ├── DotNetStreamReference.xml │ ├── IJSInProcessObjectReference.xml │ ├── IJSInProcessRuntime.xml │ ├── IJSObjectReference.xml │ ├── IJSRuntime.xml │ ├── IJSStreamReference.xml │ ├── IJSUnmarshalledObjectReference.xml │ ├── IJSUnmarshalledRuntime.xml │ ├── JSCallResultType.xml │ ├── JSDisconnectedException.xml │ ├── JSException.xml │ ├── JSInProcessObjectReferenceExtensions.xml │ ├── JSInProcessRuntime.xml │ ├── JSInProcessRuntimeExtensions.xml │ ├── JSInvokableAttribute.xml │ ├── JSObjectReferenceExtensions.xml │ ├── JSRuntime.xml │ └── JSRuntimeExtensions.xml │ ├── Microsoft.Net.Http.Headers │ ├── CacheControlHeaderValue.xml │ ├── ContentDispositionHeaderValue.xml │ ├── ContentDispositionHeaderValueIdentityExtensions.xml │ ├── ContentRangeHeaderValue.xml │ ├── CookieHeaderValue.xml │ ├── EntityTagHeaderValue.xml │ ├── HeaderNames.xml │ ├── HeaderQuality.xml │ ├── HeaderUtilities.xml │ ├── MediaTypeHeaderValue.xml │ ├── MediaTypeHeaderValueComparer.xml │ ├── NameValueHeaderValue.xml │ ├── RangeConditionHeaderValue.xml │ ├── RangeHeaderValue.xml │ ├── RangeItemHeaderValue.xml │ ├── SameSiteMode.xml │ ├── SetCookieHeaderValue.xml │ ├── StringWithQualityHeaderValue.xml │ └── StringWithQualityHeaderValueComparer.xml │ ├── Microsoft.Net.Http.Server │ ├── AuthenticationManager.xml │ ├── AuthenticationSchemes.xml │ ├── HeaderCollection.xml │ ├── Request.xml │ ├── RequestContext.xml │ ├── Response.xml │ ├── TimeoutManager.xml │ ├── UrlPrefix.xml │ ├── UrlPrefixCollection.xml │ ├── WebListener.xml │ ├── WebListenerException.xml │ ├── WebListenerSettings.xml │ └── WebSocketExtensions.xml │ ├── Microsoft.Net.WebSockets │ ├── WebSocketBuffer.xml │ ├── WebSocketConstants.xml │ └── WebSocketHelpers.xml │ ├── Microsoft.Owin.Builder │ ├── AppBuilder.xml │ └── AppBuilderExtensions.xml │ ├── Microsoft.Owin.BuilderProperties │ ├── Address.xml │ ├── AddressCollection.xml │ ├── AppProperties.xml │ └── Capabilities.xml │ ├── Microsoft.Owin.Extensions │ ├── IntegratedPipelineExtensions.xml │ └── UseHandlerMiddleware.xml │ ├── Microsoft.Owin.Helpers │ └── WebHelpers.xml │ ├── Microsoft.Owin.Infrastructure │ ├── ChunkingCookieManager.xml │ ├── CookieManager.xml │ ├── ICookieManager.xml │ ├── ISystemClock.xml │ ├── SignatureConversions.xml │ ├── SystemClock.xml │ └── WebUtilities.xml │ ├── Microsoft.Owin.Logging │ ├── AppBuilderLoggerExtensions.xml │ ├── DiagnosticsLoggerFactory.xml │ ├── ILogger.xml │ ├── ILoggerFactory.xml │ ├── LoggerExtensions.xml │ └── LoggerFactory.xml │ ├── Microsoft.Owin.Mapping │ ├── MapMiddleware.xml │ ├── MapOptions.xml │ ├── MapWhenMiddleware.xml │ └── MapWhenOptions.xml │ ├── Microsoft.Owin.Security.Interop │ ├── AspNetTicketDataFormat.xml │ ├── AspNetTicketSerializer.xml │ ├── ChunkingCookieManager.xml │ └── DataProtectorShim.xml │ ├── Microsoft.Owin.Security │ ├── AuthenticateResult.xml │ ├── AuthenticationDescription.xml │ ├── AuthenticationProperties.xml │ ├── AuthenticationResponseChallenge.xml │ ├── AuthenticationResponseGrant.xml │ ├── AuthenticationResponseRevoke.xml │ └── IAuthenticationManager.xml │ ├── Microsoft.Owin │ ├── CookieOptions.xml │ ├── FormCollection.xml │ ├── HeaderDictionary.xml │ ├── HostString.xml │ ├── IFormCollection.xml │ ├── IHeaderDictionary.xml │ ├── IOwinContext.xml │ ├── IOwinRequest.xml │ ├── IOwinResponse.xml │ ├── IReadableStringCollection.xml │ ├── OwinContext.xml │ ├── OwinMiddleware.xml │ ├── OwinRequest.xml │ ├── OwinResponse.xml │ ├── OwinStartupAttribute.xml │ ├── PathString.xml │ ├── QueryString.xml │ ├── ReadableStringCollection.xml │ ├── RequestCookieCollection.xml │ ├── ResponseCookieCollection.xml │ └── SameSiteMode.xml │ ├── Microsoft.VisualStudio.Web.CodeGeneration.CommandLine │ ├── AliasAttribute.xml │ ├── ArgumentAttribute.xml │ └── OptionAttribute.xml │ ├── Microsoft.VisualStudio.Web.CodeGeneration.Contracts.FileSystemChange │ ├── FileSystemChangeInformation.xml │ └── FileSystemChangeType.xml │ ├── Microsoft.VisualStudio.Web.CodeGeneration.Contracts.Messaging │ ├── Message.xml │ ├── MessageType.xml │ └── MessageTypes.xml │ ├── Microsoft.VisualStudio.Web.CodeGeneration.Contracts.ProjectModel │ ├── CommonProjectContext.xml │ ├── Dependency.xml │ ├── DependencyDescription.xml │ ├── DependencyType.xml │ ├── IProjectContext.xml │ ├── ProjectReferenceInformation.xml │ └── ResolvedReference.xml │ ├── Microsoft.VisualStudio.Web.CodeGeneration.Design │ ├── CodeGenCommandExecutor.xml │ ├── Program.xml │ └── ScaffoldingClient.xml │ ├── Microsoft.VisualStudio.Web.CodeGeneration.DotNet │ ├── ApplicationInfo.xml │ ├── DefaultAssemblyLoadContext.xml │ ├── IApplicationInfo.xml │ ├── ICodeGenAssemblyLoadContext.xml │ └── ResolvedReferenceExtensions.xml │ ├── Microsoft.VisualStudio.Web.CodeGeneration.EntityFrameworkCore │ ├── AssemblyAttributeGenerator.xml │ ├── ClassNameModel.xml │ ├── CodeModelMetadata.xml │ ├── CodeModelService.xml │ ├── ConnectionStringsWriter.xml │ ├── ContextProcessingResult.xml │ ├── ContextProcessingStatus.xml │ ├── DbContextEditorServices.xml │ ├── EditSyntaxTreeResult.xml │ ├── EntityFrameworkServices.xml │ ├── ICodeModelService.xml │ ├── IConnectionStringsWriter.xml │ ├── IDbContextEditorServices.xml │ ├── IEntityFrameworkService.xml │ ├── IModelMetadata.xml │ ├── INavigationMetadata.xml │ ├── IPropertyMetadata.xml │ ├── ModelMetadata.xml │ ├── NavigationMetadata.xml │ ├── NewDbContextTemplateModel.xml │ ├── PropertyMetadata.xml │ └── ReflectedTypesProvider.xml │ ├── Microsoft.VisualStudio.Web.CodeGeneration.Templating.Compilation │ ├── CompilationResult.xml │ ├── ICompilationService.xml │ └── RoslynCompilationService.xml │ ├── Microsoft.VisualStudio.Web.CodeGeneration.Templating │ ├── ITemplating.xml │ ├── RazorTemplateBase.xml │ ├── RazorTemplating.xml │ ├── TemplateProcessingException.xml │ ├── TemplateResult.xml │ └── TypeUtilities.xml │ ├── Microsoft.VisualStudio.Web.CodeGeneration.Utils.Messaging │ ├── FileSystemChangeMessageHandler.xml │ ├── IMessageHandler.xml │ ├── IMessageSender.xml │ ├── MessageHandlerBase.xml │ └── ProjectInformationMessageHandler.xml │ ├── Microsoft.VisualStudio.Web.CodeGeneration.Utils │ ├── ProjectContextExtensions.xml │ ├── ProjectInformation.xml │ ├── Requires.xml │ └── RoslynWorkspace.xml │ ├── Microsoft.VisualStudio.Web.CodeGeneration │ ├── ActionDescriptor.xml │ ├── ActionInvoker.xml │ ├── CodeGenCommand.xml │ ├── CodeGeneratorActionsService.xml │ ├── CodeGeneratorDescriptor.xml │ ├── CodeGeneratorsLocator.xml │ ├── CommonUtilities.xml │ ├── CompilationResult.xml │ ├── ConsoleLogger.xml │ ├── DefaultCodeGeneratorAssemblyProvider.xml │ ├── DefaultFileSystem.xml │ ├── ExceptionExtensions.xml │ ├── ExceptionUtilities.xml │ ├── FileSystemChangeTracker.xml │ ├── FilesLocator.xml │ ├── ICodeGenerator.xml │ ├── ICodeGeneratorActionsService.xml │ ├── ICodeGeneratorAssemblyProvider.xml │ ├── ICodeGeneratorLocator.xml │ ├── IFileSystem.xml │ ├── IFileSystemChangeTracker.xml │ ├── IFilesLocator.xml │ ├── ILogger.xml │ ├── IModelTypesLocator.xml │ ├── IPackageInstaller.xml │ ├── LogMessageLevel.xml │ ├── ModelType.xml │ ├── ModelTypesLocator.xml │ ├── PackageInstaller.xml │ ├── PackageMetadata.xml │ ├── ParameterDescriptor.xml │ ├── PlatformHelper.xml │ ├── SimulationModeFileSystem.xml │ └── TemplateFoldersUtilities.xml │ ├── Microsoft.VisualStudio.Web.CodeGenerators.Mvc.Areas │ ├── AreaGenerator.xml │ └── AreaGeneratorCommandLine.xml │ ├── Microsoft.VisualStudio.Web.CodeGenerators.Mvc.Controller │ ├── CommandLineGenerator.xml │ ├── CommandLineGeneratorModel.xml │ ├── ControllerGeneratorBase.xml │ ├── ControllerWithContextGenerator.xml │ ├── ControllerWithContextTemplateModel.xml │ ├── MvcController.xml │ ├── MvcControllerEmpty.xml │ └── MvcControllerWithReadWriteActionGenerator.xml │ ├── Microsoft.VisualStudio.Web.CodeGenerators.Mvc.Dependency │ ├── DependencyGenerator.xml │ ├── DependencyGeneratorModel.xml │ ├── DependencyInstaller.xml │ ├── MvcLayoutDependencyInstaller.xml │ ├── ReadMeGenerator.xml │ ├── ReadMeTemplateModel.xml │ ├── StartupContent.xml │ └── StaticFilesDependencyInstaller.xml │ ├── Microsoft.VisualStudio.Web.CodeGenerators.Mvc.Identity │ ├── IdentityGenerator.xml │ ├── IdentityGeneratorCommandLineModel.xml │ ├── IdentityGeneratorFile.xml │ ├── IdentityGeneratorFilesConfig.xml │ ├── IdentityGeneratorTemplateModel.xml │ └── IdentityGeneratorTemplateModel2.xml │ ├── Microsoft.VisualStudio.Web.CodeGenerators.Mvc.Razor │ ├── EFModelBasedRazorPageScaffolder.xml │ ├── EmptyRazorPageScaffolder.xml │ ├── RazorPageGenerator.xml │ ├── RazorPageGeneratorModel.xml │ ├── RazorPageGeneratorTemplateModel.xml │ ├── RazorPageGeneratorTemplateModel2.xml │ ├── RazorPageScaffolderBase.xml │ ├── RazorPageWithContextTemplateModel.xml │ └── RazorPageWithContextTemplateModel2.xml │ ├── Microsoft.VisualStudio.Web.CodeGenerators.Mvc.View │ ├── EFModelBasedViewScaffolder.xml │ ├── EmptyViewScaffolder.xml │ ├── ModelBasedViewScaffolder.xml │ ├── ViewGenerator.xml │ ├── ViewGeneratorModel.xml │ ├── ViewGeneratorTemplateModel.xml │ ├── ViewScaffolderBase.xml │ └── ViewTemplate.xml │ ├── Microsoft.VisualStudio.Web.CodeGenerators.Mvc │ ├── ClassNameModel.xml │ ├── CommonCommandLineModel.xml │ ├── CommonGeneratorBase.xml │ ├── ModelTypeAndContextModel.xml │ ├── NameSpaceUtilities.xml │ ├── OverWriteCondition.xml │ ├── RequiredFileEntity.xml │ └── ValidationUtil.xml │ ├── Mono.WebAssembly.Interop │ └── MonoWebAssemblyJSRuntime.xml │ ├── Owin │ ├── AppBuilderUseExtensions.xml │ ├── CookieInterop.xml │ ├── MapExtensions.xml │ ├── MapWhenExtensions.xml │ └── PipelineStage.xml │ ├── PackageInformation │ ├── aspnetcore-1.0.json │ ├── aspnetcore-1.1.json │ ├── aspnetcore-10.0.json │ ├── aspnetcore-2.0.json │ ├── aspnetcore-2.1.json │ ├── aspnetcore-2.2.json │ ├── aspnetcore-3.0.json │ ├── aspnetcore-3.1.json │ ├── aspnetcore-5.0.json │ ├── aspnetcore-6.0.json │ ├── aspnetcore-7.0.json │ ├── aspnetcore-8.0.json │ ├── aspnetcore-9.0.json │ ├── microsoft-owen-dotnet-4.2.json │ ├── yarp-1.0.json │ ├── yarp-1.1.json │ ├── yarp-2.0.json │ ├── yarp-2.1.json │ └── yarp-2.2.json │ ├── SourceLinkInformation │ ├── aspnetcore-10.0 │ │ ├── Microsoft.AspNetCore.ApiAuthorization.IdentityServer.json │ │ ├── Microsoft.AspNetCore.AsyncState.json │ │ ├── Microsoft.AspNetCore.Authentication.Certificate.json │ │ ├── Microsoft.AspNetCore.Authentication.Facebook.json │ │ ├── Microsoft.AspNetCore.Authentication.Google.json │ │ ├── Microsoft.AspNetCore.Authentication.JwtBearer.json │ │ ├── Microsoft.AspNetCore.Authentication.MicrosoftAccount.json │ │ ├── Microsoft.AspNetCore.Authentication.Negotiate.json │ │ ├── Microsoft.AspNetCore.Authentication.OpenIdConnect.json │ │ ├── Microsoft.AspNetCore.Authentication.Twitter.json │ │ ├── Microsoft.AspNetCore.Authentication.WsFederation.json │ │ ├── Microsoft.AspNetCore.Authorization.json │ │ ├── Microsoft.AspNetCore.AzureAppServices.HostingStartup.json │ │ ├── Microsoft.AspNetCore.AzureAppServicesIntegration.json │ │ ├── Microsoft.AspNetCore.Components.Authorization.json │ │ ├── Microsoft.AspNetCore.Components.CustomElements.json │ │ ├── Microsoft.AspNetCore.Components.Forms.json │ │ ├── Microsoft.AspNetCore.Components.QuickGrid.EntityFrameworkAdapter.json │ │ ├── Microsoft.AspNetCore.Components.QuickGrid.json │ │ ├── Microsoft.AspNetCore.Components.Web.json │ │ ├── Microsoft.AspNetCore.Components.WebAssembly.Authentication.json │ │ ├── Microsoft.AspNetCore.Components.WebAssembly.Server.json │ │ ├── Microsoft.AspNetCore.Components.WebAssembly.json │ │ ├── Microsoft.AspNetCore.Components.WebView.json │ │ ├── Microsoft.AspNetCore.Components.json │ │ ├── Microsoft.AspNetCore.ConcurrencyLimiter.json │ │ ├── Microsoft.AspNetCore.Connections.Abstractions.json │ │ ├── Microsoft.AspNetCore.Cryptography.KeyDerivation.json │ │ ├── Microsoft.AspNetCore.DataProtection.Abstractions.json │ │ ├── Microsoft.AspNetCore.DataProtection.EntityFrameworkCore.json │ │ ├── Microsoft.AspNetCore.DataProtection.Extensions.json │ │ ├── Microsoft.AspNetCore.DataProtection.StackExchangeRedis.json │ │ ├── Microsoft.AspNetCore.DataProtection.json │ │ ├── Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore.json │ │ ├── Microsoft.AspNetCore.Diagnostics.Middleware.json │ │ ├── Microsoft.AspNetCore.Grpc.JsonTranscoding.json │ │ ├── Microsoft.AspNetCore.Grpc.Swagger.json │ │ ├── Microsoft.AspNetCore.HeaderParsing.json │ │ ├── Microsoft.AspNetCore.HeaderPropagation.json │ │ ├── Microsoft.AspNetCore.Hosting.WindowsServices.json │ │ ├── Microsoft.AspNetCore.Http.Connections.Client.json │ │ ├── Microsoft.AspNetCore.Http.Connections.Common.json │ │ ├── Microsoft.AspNetCore.Identity.EntityFrameworkCore.json │ │ ├── Microsoft.AspNetCore.Identity.UI.json │ │ ├── Microsoft.AspNetCore.JsonPatch.SystemTextJson.json │ │ ├── Microsoft.AspNetCore.JsonPatch.json │ │ ├── Microsoft.AspNetCore.Metadata.json │ │ ├── Microsoft.AspNetCore.MiddlewareAnalysis.json │ │ ├── Microsoft.AspNetCore.Mvc.NewtonsoftJson.json │ │ ├── Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation.json │ │ ├── Microsoft.AspNetCore.Mvc.Testing.json │ │ ├── Microsoft.AspNetCore.OpenApi.json │ │ ├── Microsoft.AspNetCore.OutputCaching.StackExchangeRedis.json │ │ ├── Microsoft.AspNetCore.Owin.json │ │ ├── Microsoft.AspNetCore.RateLimiting.json │ │ ├── Microsoft.AspNetCore.SignalR.Client.Core.json │ │ ├── Microsoft.AspNetCore.SignalR.Client.json │ │ ├── Microsoft.AspNetCore.SignalR.Common.json │ │ ├── Microsoft.AspNetCore.SignalR.Protocols.Json.json │ │ ├── Microsoft.AspNetCore.SignalR.Protocols.MessagePack.json │ │ ├── Microsoft.AspNetCore.SignalR.Protocols.NewtonsoftJson.json │ │ ├── Microsoft.AspNetCore.SignalR.Specification.Tests.json │ │ ├── Microsoft.AspNetCore.SignalR.StackExchangeRedis.json │ │ ├── Microsoft.AspNetCore.SpaServices.Extensions.json │ │ ├── Microsoft.AspNetCore.Telemetry.Middleware.json │ │ ├── Microsoft.AspNetCore.Telemetry.json │ │ ├── Microsoft.AspNetCore.TestHost.json │ │ ├── Microsoft.AspNetCore.Testing.json │ │ ├── Microsoft.AspNetCore.WebUtilities.json │ │ ├── Microsoft.Authentication.WebAssembly.Msal.json │ │ ├── Microsoft.Extensions.Caching.Hybrid.json │ │ ├── Microsoft.Extensions.Features.json │ │ ├── Microsoft.Extensions.Identity.Core.json │ │ ├── Microsoft.Extensions.Identity.Stores.json │ │ ├── Microsoft.JSInterop.WebAssembly.json │ │ ├── Microsoft.JSInterop.json │ │ └── Microsoft.Net.Http.Headers.json │ ├── aspnetcore-2.1 │ │ ├── Microsoft.AspNetCore.Antiforgery.json │ │ ├── Microsoft.AspNetCore.ApplicationInsights.HostingStartup.json │ │ ├── Microsoft.AspNetCore.Authentication.Abstractions.json │ │ ├── Microsoft.AspNetCore.Authentication.AzureAD.UI.Views.json │ │ ├── Microsoft.AspNetCore.Authentication.AzureAD.UI.json │ │ ├── Microsoft.AspNetCore.Authentication.AzureADB2C.UI.Views.json │ │ ├── Microsoft.AspNetCore.Authentication.AzureADB2C.UI.json │ │ ├── Microsoft.AspNetCore.Authentication.Cookies.json │ │ ├── Microsoft.AspNetCore.Authentication.Core.json │ │ ├── Microsoft.AspNetCore.Authentication.Facebook.json │ │ ├── Microsoft.AspNetCore.Authentication.Google.json │ │ ├── Microsoft.AspNetCore.Authentication.JwtBearer.json │ │ ├── Microsoft.AspNetCore.Authentication.MicrosoftAccount.json │ │ ├── Microsoft.AspNetCore.Authentication.OAuth.json │ │ ├── Microsoft.AspNetCore.Authentication.OpenIdConnect.json │ │ ├── Microsoft.AspNetCore.Authentication.Twitter.json │ │ ├── Microsoft.AspNetCore.Authentication.WsFederation.json │ │ ├── Microsoft.AspNetCore.Authentication.json │ │ ├── Microsoft.AspNetCore.Authorization.Policy.json │ │ ├── Microsoft.AspNetCore.Authorization.json │ │ ├── Microsoft.AspNetCore.AzureAppServices.HostingStartup.json │ │ ├── Microsoft.AspNetCore.AzureAppServicesIntegration.json │ │ ├── Microsoft.AspNetCore.Connections.Abstractions.json │ │ ├── Microsoft.AspNetCore.CookiePolicy.json │ │ ├── Microsoft.AspNetCore.Cors.json │ │ ├── Microsoft.AspNetCore.Cryptography.KeyDerivation.json │ │ ├── Microsoft.AspNetCore.DataProtection.Abstractions.json │ │ ├── Microsoft.AspNetCore.DataProtection.AzureKeyVault.json │ │ ├── Microsoft.AspNetCore.DataProtection.AzureStorage.json │ │ ├── Microsoft.AspNetCore.DataProtection.Extensions.json │ │ ├── Microsoft.AspNetCore.DataProtection.Redis.json │ │ ├── Microsoft.AspNetCore.DataProtection.SystemWeb.json │ │ ├── Microsoft.AspNetCore.DataProtection.json │ │ ├── Microsoft.AspNetCore.Diagnostics.Abstractions.json │ │ ├── Microsoft.AspNetCore.Diagnostics.json │ │ ├── Microsoft.AspNetCore.HostFiltering.json │ │ ├── Microsoft.AspNetCore.Hosting.Abstractions.json │ │ ├── Microsoft.AspNetCore.Hosting.WindowsServices.json │ │ ├── Microsoft.AspNetCore.Hosting.json │ │ ├── Microsoft.AspNetCore.Html.Abstractions.json │ │ ├── Microsoft.AspNetCore.Http.Abstractions.json │ │ ├── Microsoft.AspNetCore.Http.Connections.Client.json │ │ ├── Microsoft.AspNetCore.Http.Connections.Common.json │ │ ├── Microsoft.AspNetCore.Http.Connections.json │ │ ├── Microsoft.AspNetCore.Http.Extensions.json │ │ ├── Microsoft.AspNetCore.Http.Features.json │ │ ├── Microsoft.AspNetCore.Http.json │ │ ├── Microsoft.AspNetCore.HttpOverrides.json │ │ ├── Microsoft.AspNetCore.HttpsPolicy.json │ │ ├── Microsoft.AspNetCore.Identity.EntityFrameworkCore.json │ │ ├── Microsoft.AspNetCore.Identity.UI.Views.json │ │ ├── Microsoft.AspNetCore.Identity.UI.json │ │ ├── Microsoft.AspNetCore.Identity.json │ │ ├── Microsoft.AspNetCore.JsonPatch.json │ │ ├── Microsoft.AspNetCore.Localization.Routing.json │ │ ├── Microsoft.AspNetCore.Localization.json │ │ ├── Microsoft.AspNetCore.MiddlewareAnalysis.json │ │ ├── Microsoft.AspNetCore.Mvc.Abstractions.json │ │ ├── Microsoft.AspNetCore.Mvc.ApiExplorer.json │ │ ├── Microsoft.AspNetCore.Mvc.Core.json │ │ ├── Microsoft.AspNetCore.Mvc.Cors.json │ │ ├── Microsoft.AspNetCore.Mvc.DataAnnotations.json │ │ ├── Microsoft.AspNetCore.Mvc.Formatters.Json.json │ │ ├── Microsoft.AspNetCore.Mvc.Formatters.Xml.json │ │ ├── Microsoft.AspNetCore.Mvc.Localization.json │ │ ├── Microsoft.AspNetCore.Mvc.Razor.json │ │ ├── Microsoft.AspNetCore.Mvc.RazorPages.json │ │ ├── Microsoft.AspNetCore.Mvc.TagHelpers.json │ │ ├── Microsoft.AspNetCore.Mvc.Testing.json │ │ ├── Microsoft.AspNetCore.Mvc.ViewFeatures.json │ │ ├── Microsoft.AspNetCore.Mvc.WebApiCompatShim.json │ │ ├── Microsoft.AspNetCore.Mvc.json │ │ ├── Microsoft.AspNetCore.NodeServices.json │ │ ├── Microsoft.AspNetCore.Owin.json │ │ ├── Microsoft.AspNetCore.Razor.Runtime.json │ │ ├── Microsoft.AspNetCore.Razor.json │ │ ├── Microsoft.AspNetCore.ResponseCaching.json │ │ ├── Microsoft.AspNetCore.ResponseCompression.json │ │ ├── Microsoft.AspNetCore.Rewrite.json │ │ ├── Microsoft.AspNetCore.Routing.Abstractions.json │ │ ├── Microsoft.AspNetCore.Routing.json │ │ ├── Microsoft.AspNetCore.Server.HttpSys.json │ │ ├── Microsoft.AspNetCore.Server.IISIntegration.json │ │ ├── Microsoft.AspNetCore.Server.Kestrel.Core.json │ │ ├── Microsoft.AspNetCore.Server.Kestrel.Transport.Abstractions.json │ │ ├── Microsoft.AspNetCore.Server.Kestrel.Transport.Libuv.json │ │ ├── Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.json │ │ ├── Microsoft.AspNetCore.Server.Kestrel.json │ │ ├── Microsoft.AspNetCore.Session.json │ │ ├── Microsoft.AspNetCore.SignalR.Client.Core.json │ │ ├── Microsoft.AspNetCore.SignalR.Client.json │ │ ├── Microsoft.AspNetCore.SignalR.Common.json │ │ ├── Microsoft.AspNetCore.SignalR.Core.json │ │ ├── Microsoft.AspNetCore.SignalR.Redis.json │ │ ├── Microsoft.AspNetCore.SignalR.json │ │ ├── Microsoft.AspNetCore.SpaServices.Extensions.json │ │ ├── Microsoft.AspNetCore.SpaServices.json │ │ ├── Microsoft.AspNetCore.StaticFiles.json │ │ ├── Microsoft.AspNetCore.TestHost.json │ │ ├── Microsoft.AspNetCore.WebSockets.json │ │ ├── Microsoft.AspNetCore.WebUtilities.json │ │ ├── Microsoft.AspNetCore.json │ │ ├── Microsoft.Extensions.Identity.Core.json │ │ ├── Microsoft.Extensions.Identity.Stores.json │ │ ├── Microsoft.Net.Http.Headers.json │ │ ├── Microsoft.Owin.Security.Interop.json │ │ ├── Microsoft.VisualStudio.Web.BrowserLink.json │ │ ├── Microsoft.VisualStudio.Web.CodeGeneration.Contracts.json │ │ ├── Microsoft.VisualStudio.Web.CodeGeneration.Core.json │ │ ├── Microsoft.VisualStudio.Web.CodeGeneration.EntityFrameworkCore.json │ │ ├── Microsoft.VisualStudio.Web.CodeGeneration.Templating.json │ │ ├── Microsoft.VisualStudio.Web.CodeGeneration.Utils.json │ │ ├── Microsoft.VisualStudio.Web.CodeGeneration.json │ │ ├── Microsoft.VisualStudio.Web.CodeGenerators.Mvc.json │ │ └── dotnet-aspnet-codegenerator-design.json │ ├── aspnetcore-2.2 │ │ ├── Microsoft.AspNetCore.Antiforgery.json │ │ ├── Microsoft.AspNetCore.ApplicationInsights.HostingStartup.json │ │ ├── Microsoft.AspNetCore.Authentication.Abstractions.json │ │ ├── Microsoft.AspNetCore.Authentication.AzureAD.UI.Views.json │ │ ├── Microsoft.AspNetCore.Authentication.AzureAD.UI.json │ │ ├── Microsoft.AspNetCore.Authentication.AzureADB2C.UI.Views.json │ │ ├── Microsoft.AspNetCore.Authentication.AzureADB2C.UI.json │ │ ├── Microsoft.AspNetCore.Authentication.Cookies.json │ │ ├── Microsoft.AspNetCore.Authentication.Core.json │ │ ├── Microsoft.AspNetCore.Authentication.Facebook.json │ │ ├── Microsoft.AspNetCore.Authentication.Google.json │ │ ├── Microsoft.AspNetCore.Authentication.JwtBearer.json │ │ ├── Microsoft.AspNetCore.Authentication.MicrosoftAccount.json │ │ ├── Microsoft.AspNetCore.Authentication.OAuth.json │ │ ├── Microsoft.AspNetCore.Authentication.OpenIdConnect.json │ │ ├── Microsoft.AspNetCore.Authentication.Twitter.json │ │ ├── Microsoft.AspNetCore.Authentication.WsFederation.json │ │ ├── Microsoft.AspNetCore.Authentication.json │ │ ├── Microsoft.AspNetCore.Authorization.Policy.json │ │ ├── Microsoft.AspNetCore.Authorization.json │ │ ├── Microsoft.AspNetCore.AzureAppServices.HostingStartup.json │ │ ├── Microsoft.AspNetCore.AzureAppServicesIntegration.json │ │ ├── Microsoft.AspNetCore.Connections.Abstractions.json │ │ ├── Microsoft.AspNetCore.CookiePolicy.json │ │ ├── Microsoft.AspNetCore.Cors.json │ │ ├── Microsoft.AspNetCore.Diagnostics.Abstractions.json │ │ ├── Microsoft.AspNetCore.Diagnostics.HealthChecks.json │ │ ├── Microsoft.AspNetCore.Diagnostics.json │ │ ├── Microsoft.AspNetCore.HostFiltering.json │ │ ├── Microsoft.AspNetCore.Hosting.Abstractions.json │ │ ├── Microsoft.AspNetCore.Hosting.WindowsServices.json │ │ ├── Microsoft.AspNetCore.Hosting.json │ │ ├── Microsoft.AspNetCore.Html.Abstractions.json │ │ ├── Microsoft.AspNetCore.Http.Abstractions.json │ │ ├── Microsoft.AspNetCore.Http.Connections.Client.json │ │ ├── Microsoft.AspNetCore.Http.Connections.Common.json │ │ ├── Microsoft.AspNetCore.Http.Connections.json │ │ ├── Microsoft.AspNetCore.Http.Extensions.json │ │ ├── Microsoft.AspNetCore.Http.Features.json │ │ ├── Microsoft.AspNetCore.Http.json │ │ ├── Microsoft.AspNetCore.HttpOverrides.json │ │ ├── Microsoft.AspNetCore.HttpsPolicy.json │ │ ├── Microsoft.AspNetCore.Identity.EntityFrameworkCore.json │ │ ├── Microsoft.AspNetCore.Identity.Specification.Tests.json │ │ ├── Microsoft.AspNetCore.Identity.UI.Views.V3.json │ │ ├── Microsoft.AspNetCore.Identity.UI.Views.V4.json │ │ ├── Microsoft.AspNetCore.Identity.UI.json │ │ ├── Microsoft.AspNetCore.Identity.json │ │ ├── Microsoft.AspNetCore.JsonPatch.json │ │ ├── Microsoft.AspNetCore.Localization.Routing.json │ │ ├── Microsoft.AspNetCore.Localization.json │ │ ├── Microsoft.AspNetCore.MiddlewareAnalysis.json │ │ ├── Microsoft.AspNetCore.Mvc.Abstractions.json │ │ ├── Microsoft.AspNetCore.Mvc.ApiExplorer.json │ │ ├── Microsoft.AspNetCore.Mvc.Core.json │ │ ├── Microsoft.AspNetCore.Mvc.Cors.json │ │ ├── Microsoft.AspNetCore.Mvc.DataAnnotations.json │ │ ├── Microsoft.AspNetCore.Mvc.Formatters.Json.json │ │ ├── Microsoft.AspNetCore.Mvc.Formatters.Xml.json │ │ ├── Microsoft.AspNetCore.Mvc.Localization.json │ │ ├── Microsoft.AspNetCore.Mvc.Razor.json │ │ ├── Microsoft.AspNetCore.Mvc.RazorPages.json │ │ ├── Microsoft.AspNetCore.Mvc.TagHelpers.json │ │ ├── Microsoft.AspNetCore.Mvc.Testing.json │ │ ├── Microsoft.AspNetCore.Mvc.ViewFeatures.json │ │ ├── Microsoft.AspNetCore.Mvc.WebApiCompatShim.json │ │ ├── Microsoft.AspNetCore.Mvc.json │ │ ├── Microsoft.AspNetCore.NodeServices.json │ │ ├── Microsoft.AspNetCore.Owin.json │ │ ├── Microsoft.AspNetCore.Razor.Runtime.json │ │ ├── Microsoft.AspNetCore.Razor.json │ │ ├── Microsoft.AspNetCore.ResponseCaching.json │ │ ├── Microsoft.AspNetCore.ResponseCompression.json │ │ ├── Microsoft.AspNetCore.Rewrite.json │ │ ├── Microsoft.AspNetCore.Routing.Abstractions.json │ │ ├── Microsoft.AspNetCore.Routing.json │ │ ├── Microsoft.AspNetCore.Server.HttpSys.json │ │ ├── Microsoft.AspNetCore.Server.Kestrel.Core.json │ │ ├── Microsoft.AspNetCore.Server.Kestrel.Transport.Abstractions.json │ │ ├── Microsoft.AspNetCore.Server.Kestrel.Transport.Libuv.json │ │ ├── Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.json │ │ ├── Microsoft.AspNetCore.Server.Kestrel.json │ │ ├── Microsoft.AspNetCore.Session.json │ │ ├── Microsoft.AspNetCore.SignalR.Client.Core.json │ │ ├── Microsoft.AspNetCore.SignalR.Client.json │ │ ├── Microsoft.AspNetCore.SignalR.Common.json │ │ ├── Microsoft.AspNetCore.SignalR.Core.json │ │ ├── Microsoft.AspNetCore.SignalR.Protocols.Json.json │ │ ├── Microsoft.AspNetCore.SignalR.Protocols.MessagePack.json │ │ ├── Microsoft.AspNetCore.SignalR.Redis.json │ │ ├── Microsoft.AspNetCore.SignalR.Specification.Tests.json │ │ ├── Microsoft.AspNetCore.SignalR.StackExchangeRedis.json │ │ ├── Microsoft.AspNetCore.SignalR.json │ │ ├── Microsoft.AspNetCore.SpaServices.Extensions.json │ │ ├── Microsoft.AspNetCore.SpaServices.json │ │ ├── Microsoft.AspNetCore.StaticFiles.json │ │ ├── Microsoft.AspNetCore.TestHost.json │ │ ├── Microsoft.AspNetCore.WebUtilities.json │ │ ├── Microsoft.AspNetCore.json │ │ ├── Microsoft.Extensions.Caching.StackExchangeRedis.json │ │ ├── Microsoft.Extensions.Identity.Core.json │ │ ├── Microsoft.Extensions.Identity.Stores.json │ │ ├── Microsoft.Net.Http.Headers.json │ │ ├── Microsoft.Owin.Security.Interop.json │ │ ├── Microsoft.VisualStudio.Web.BrowserLink.json │ │ ├── Microsoft.VisualStudio.Web.CodeGeneration.Contracts.json │ │ ├── Microsoft.VisualStudio.Web.CodeGeneration.Core.json │ │ ├── Microsoft.VisualStudio.Web.CodeGeneration.EntityFrameworkCore.json │ │ ├── Microsoft.VisualStudio.Web.CodeGeneration.Templating.json │ │ ├── Microsoft.VisualStudio.Web.CodeGeneration.Utils.json │ │ ├── Microsoft.VisualStudio.Web.CodeGeneration.json │ │ ├── Microsoft.VisualStudio.Web.CodeGenerators.Mvc.json │ │ └── dotnet-aspnet-codegenerator-design.json │ ├── aspnetcore-3.0 │ │ ├── Microsoft.AspNetCore.ApiAuthorization.IdentityServer.json │ │ ├── Microsoft.AspNetCore.Authentication.AzureAD.UI.Views.json │ │ ├── Microsoft.AspNetCore.Authentication.AzureAD.UI.json │ │ ├── Microsoft.AspNetCore.Authentication.AzureADB2C.UI.Views.json │ │ ├── Microsoft.AspNetCore.Authentication.AzureADB2C.UI.json │ │ ├── Microsoft.AspNetCore.Authentication.Certificate.json │ │ ├── Microsoft.AspNetCore.Authentication.Facebook.json │ │ ├── Microsoft.AspNetCore.Authentication.Google.json │ │ ├── Microsoft.AspNetCore.Authentication.JwtBearer.json │ │ ├── Microsoft.AspNetCore.Authentication.MicrosoftAccount.json │ │ ├── Microsoft.AspNetCore.Authentication.Negotiate.json │ │ ├── Microsoft.AspNetCore.Authentication.OpenIdConnect.json │ │ ├── Microsoft.AspNetCore.Authentication.Twitter.json │ │ ├── Microsoft.AspNetCore.Authentication.WsFederation.json │ │ ├── Microsoft.AspNetCore.Authorization.json │ │ ├── Microsoft.AspNetCore.AzureAppServices.HostingStartup.json │ │ ├── Microsoft.AspNetCore.AzureAppServicesIntegration.json │ │ ├── Microsoft.AspNetCore.Components.Authorization.json │ │ ├── Microsoft.AspNetCore.Components.Forms.json │ │ ├── Microsoft.AspNetCore.Components.Web.json │ │ ├── Microsoft.AspNetCore.Components.json │ │ ├── Microsoft.AspNetCore.ConcurrencyLimiter.json │ │ ├── Microsoft.AspNetCore.Connections.Abstractions.json │ │ ├── Microsoft.AspNetCore.Cryptography.KeyDerivation.json │ │ ├── Microsoft.AspNetCore.DataProtection.Abstractions.json │ │ ├── Microsoft.AspNetCore.DataProtection.AzureKeyVault.json │ │ ├── Microsoft.AspNetCore.DataProtection.AzureStorage.json │ │ ├── Microsoft.AspNetCore.DataProtection.EntityFrameworkCore.json │ │ ├── Microsoft.AspNetCore.DataProtection.Extensions.json │ │ ├── Microsoft.AspNetCore.DataProtection.StackExchangeRedis.json │ │ ├── Microsoft.AspNetCore.DataProtection.json │ │ ├── Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore.json │ │ ├── Microsoft.AspNetCore.HeaderPropagation.json │ │ ├── Microsoft.AspNetCore.Hosting.WindowsServices.json │ │ ├── Microsoft.AspNetCore.Http.Connections.Client.json │ │ ├── Microsoft.AspNetCore.Http.Connections.Common.json │ │ ├── Microsoft.AspNetCore.Http.Features.json │ │ ├── Microsoft.AspNetCore.Identity.EntityFrameworkCore.json │ │ ├── Microsoft.AspNetCore.Identity.UI.Views.V3.json │ │ ├── Microsoft.AspNetCore.Identity.UI.Views.V4.json │ │ ├── Microsoft.AspNetCore.Identity.UI.json │ │ ├── Microsoft.AspNetCore.JsonPatch.json │ │ ├── Microsoft.AspNetCore.MiddlewareAnalysis.json │ │ ├── Microsoft.AspNetCore.Mvc.NewtonsoftJson.json │ │ ├── Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation.json │ │ ├── Microsoft.AspNetCore.Mvc.Testing.json │ │ ├── Microsoft.AspNetCore.NodeServices.json │ │ ├── Microsoft.AspNetCore.Owin.json │ │ ├── Microsoft.AspNetCore.Server.Kestrel.Transport.Libuv.json │ │ ├── Microsoft.AspNetCore.SignalR.Client.Core.json │ │ ├── Microsoft.AspNetCore.SignalR.Client.json │ │ ├── Microsoft.AspNetCore.SignalR.Common.json │ │ ├── Microsoft.AspNetCore.SignalR.Protocols.Json.json │ │ ├── Microsoft.AspNetCore.SignalR.Protocols.MessagePack.json │ │ ├── Microsoft.AspNetCore.SignalR.Protocols.NewtonsoftJson.json │ │ ├── Microsoft.AspNetCore.SignalR.StackExchangeRedis.json │ │ ├── Microsoft.AspNetCore.SpaServices.Extensions.json │ │ ├── Microsoft.AspNetCore.SpaServices.json │ │ ├── Microsoft.AspNetCore.TestHost.json │ │ ├── Microsoft.Extensions.Identity.Core.json │ │ ├── Microsoft.Extensions.Identity.Stores.json │ │ ├── Microsoft.JSInterop.json │ │ └── Mono.WebAssembly.Interop.json │ ├── aspnetcore-3.1 │ │ ├── Microsoft.AspNetCore.ApiAuthorization.IdentityServer.json │ │ ├── Microsoft.AspNetCore.Authentication.AzureAD.UI.Views.json │ │ ├── Microsoft.AspNetCore.Authentication.AzureAD.UI.json │ │ ├── Microsoft.AspNetCore.Authentication.AzureADB2C.UI.Views.json │ │ ├── Microsoft.AspNetCore.Authentication.AzureADB2C.UI.json │ │ ├── Microsoft.AspNetCore.Authentication.Certificate.json │ │ ├── Microsoft.AspNetCore.Authentication.Facebook.json │ │ ├── Microsoft.AspNetCore.Authentication.Google.json │ │ ├── Microsoft.AspNetCore.Authentication.JwtBearer.json │ │ ├── Microsoft.AspNetCore.Authentication.MicrosoftAccount.json │ │ ├── Microsoft.AspNetCore.Authentication.Negotiate.json │ │ ├── Microsoft.AspNetCore.Authentication.OpenIdConnect.json │ │ ├── Microsoft.AspNetCore.Authentication.Twitter.json │ │ ├── Microsoft.AspNetCore.Authentication.WsFederation.json │ │ ├── Microsoft.AspNetCore.Authorization.json │ │ ├── Microsoft.AspNetCore.AzureAppServices.HostingStartup.json │ │ ├── Microsoft.AspNetCore.AzureAppServicesIntegration.json │ │ ├── Microsoft.AspNetCore.Components.Authorization.json │ │ ├── Microsoft.AspNetCore.Components.Forms.json │ │ ├── Microsoft.AspNetCore.Components.Web.json │ │ ├── Microsoft.AspNetCore.Components.WebAssembly.Authentication.json │ │ ├── Microsoft.AspNetCore.Components.WebAssembly.Server.json │ │ ├── Microsoft.AspNetCore.Components.WebAssembly.json │ │ ├── Microsoft.AspNetCore.Components.json │ │ ├── Microsoft.AspNetCore.ConcurrencyLimiter.json │ │ ├── Microsoft.AspNetCore.Connections.Abstractions.json │ │ ├── Microsoft.AspNetCore.Cryptography.KeyDerivation.json │ │ ├── Microsoft.AspNetCore.DataProtection.Abstractions.json │ │ ├── Microsoft.AspNetCore.DataProtection.AzureKeyVault.json │ │ ├── Microsoft.AspNetCore.DataProtection.AzureStorage.json │ │ ├── Microsoft.AspNetCore.DataProtection.EntityFrameworkCore.json │ │ ├── Microsoft.AspNetCore.DataProtection.Extensions.json │ │ ├── Microsoft.AspNetCore.DataProtection.StackExchangeRedis.json │ │ ├── Microsoft.AspNetCore.DataProtection.json │ │ ├── Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore.json │ │ ├── Microsoft.AspNetCore.HeaderPropagation.json │ │ ├── Microsoft.AspNetCore.Hosting.WindowsServices.json │ │ ├── Microsoft.AspNetCore.Http.Connections.Client.json │ │ ├── Microsoft.AspNetCore.Http.Connections.Common.json │ │ ├── Microsoft.AspNetCore.Http.Features.json │ │ ├── Microsoft.AspNetCore.Identity.EntityFrameworkCore.json │ │ ├── Microsoft.AspNetCore.Identity.UI.Views.V3.json │ │ ├── Microsoft.AspNetCore.Identity.UI.Views.V4.json │ │ ├── Microsoft.AspNetCore.Identity.UI.json │ │ ├── Microsoft.AspNetCore.JsonPatch.json │ │ ├── Microsoft.AspNetCore.MiddlewareAnalysis.json │ │ ├── Microsoft.AspNetCore.Mvc.NewtonsoftJson.json │ │ ├── Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation.json │ │ ├── Microsoft.AspNetCore.Mvc.Testing.json │ │ ├── Microsoft.AspNetCore.NodeServices.json │ │ ├── Microsoft.AspNetCore.Owin.json │ │ ├── Microsoft.AspNetCore.Server.Kestrel.Transport.Libuv.json │ │ ├── Microsoft.AspNetCore.SignalR.Client.Core.json │ │ ├── Microsoft.AspNetCore.SignalR.Client.json │ │ ├── Microsoft.AspNetCore.SignalR.Common.json │ │ ├── Microsoft.AspNetCore.SignalR.Protocols.Json.json │ │ ├── Microsoft.AspNetCore.SignalR.Protocols.MessagePack.json │ │ ├── Microsoft.AspNetCore.SignalR.Protocols.NewtonsoftJson.json │ │ ├── Microsoft.AspNetCore.SignalR.StackExchangeRedis.json │ │ ├── Microsoft.AspNetCore.SpaServices.Extensions.json │ │ ├── Microsoft.AspNetCore.SpaServices.json │ │ ├── Microsoft.AspNetCore.TestHost.json │ │ ├── Microsoft.Authentication.WebAssembly.Msal.json │ │ ├── Microsoft.Extensions.Identity.Core.json │ │ ├── Microsoft.Extensions.Identity.Stores.json │ │ ├── Microsoft.JSInterop.WebAssembly.json │ │ └── Microsoft.JSInterop.json │ ├── aspnetcore-5.0 │ │ ├── Microsoft.AspNetCore.ApiAuthorization.IdentityServer.json │ │ ├── Microsoft.AspNetCore.Authentication.AzureAD.UI.Views.json │ │ ├── Microsoft.AspNetCore.Authentication.AzureAD.UI.json │ │ ├── Microsoft.AspNetCore.Authentication.AzureADB2C.UI.Views.json │ │ ├── Microsoft.AspNetCore.Authentication.AzureADB2C.UI.json │ │ ├── Microsoft.AspNetCore.Authentication.Certificate.json │ │ ├── Microsoft.AspNetCore.Authentication.Facebook.json │ │ ├── Microsoft.AspNetCore.Authentication.Google.json │ │ ├── Microsoft.AspNetCore.Authentication.JwtBearer.json │ │ ├── Microsoft.AspNetCore.Authentication.MicrosoftAccount.json │ │ ├── Microsoft.AspNetCore.Authentication.Negotiate.json │ │ ├── Microsoft.AspNetCore.Authentication.OpenIdConnect.json │ │ ├── Microsoft.AspNetCore.Authentication.Twitter.json │ │ ├── Microsoft.AspNetCore.Authentication.WsFederation.json │ │ ├── Microsoft.AspNetCore.Authorization.json │ │ ├── Microsoft.AspNetCore.AzureAppServices.HostingStartup.json │ │ ├── Microsoft.AspNetCore.AzureAppServicesIntegration.json │ │ ├── Microsoft.AspNetCore.Components.Authorization.json │ │ ├── Microsoft.AspNetCore.Components.Forms.json │ │ ├── Microsoft.AspNetCore.Components.Web.json │ │ ├── Microsoft.AspNetCore.Components.WebAssembly.Authentication.json │ │ ├── Microsoft.AspNetCore.Components.WebAssembly.Server.json │ │ ├── Microsoft.AspNetCore.Components.WebAssembly.json │ │ ├── Microsoft.AspNetCore.Components.json │ │ ├── Microsoft.AspNetCore.ConcurrencyLimiter.json │ │ ├── Microsoft.AspNetCore.Connections.Abstractions.json │ │ ├── Microsoft.AspNetCore.Cryptography.KeyDerivation.json │ │ ├── Microsoft.AspNetCore.DataProtection.Abstractions.json │ │ ├── Microsoft.AspNetCore.DataProtection.EntityFrameworkCore.json │ │ ├── Microsoft.AspNetCore.DataProtection.Extensions.json │ │ ├── Microsoft.AspNetCore.DataProtection.StackExchangeRedis.json │ │ ├── Microsoft.AspNetCore.DataProtection.json │ │ ├── Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore.json │ │ ├── Microsoft.AspNetCore.HeaderPropagation.json │ │ ├── Microsoft.AspNetCore.Hosting.WindowsServices.json │ │ ├── Microsoft.AspNetCore.Http.Connections.Client.json │ │ ├── Microsoft.AspNetCore.Http.Connections.Common.json │ │ ├── Microsoft.AspNetCore.Http.Features.json │ │ ├── Microsoft.AspNetCore.Identity.EntityFrameworkCore.json │ │ ├── Microsoft.AspNetCore.Identity.UI.Views.V4.json │ │ ├── Microsoft.AspNetCore.Identity.UI.json │ │ ├── Microsoft.AspNetCore.JsonPatch.json │ │ ├── Microsoft.AspNetCore.MiddlewareAnalysis.json │ │ ├── Microsoft.AspNetCore.Mvc.NewtonsoftJson.json │ │ ├── Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation.json │ │ ├── Microsoft.AspNetCore.Mvc.Testing.json │ │ ├── Microsoft.AspNetCore.Owin.json │ │ ├── Microsoft.AspNetCore.Server.Kestrel.Transport.Experimental.Quic.json │ │ ├── Microsoft.AspNetCore.Server.Kestrel.Transport.Libuv.json │ │ ├── Microsoft.AspNetCore.SignalR.Client.Core.json │ │ ├── Microsoft.AspNetCore.SignalR.Client.json │ │ ├── Microsoft.AspNetCore.SignalR.Common.json │ │ ├── Microsoft.AspNetCore.SignalR.Protocols.Json.json │ │ ├── Microsoft.AspNetCore.SignalR.Protocols.MessagePack.json │ │ ├── Microsoft.AspNetCore.SignalR.Protocols.NewtonsoftJson.json │ │ ├── Microsoft.AspNetCore.SignalR.StackExchangeRedis.json │ │ ├── Microsoft.AspNetCore.SpaServices.Extensions.json │ │ ├── Microsoft.AspNetCore.TestHost.json │ │ ├── Microsoft.Authentication.WebAssembly.Msal.json │ │ ├── Microsoft.Extensions.Identity.Core.json │ │ ├── Microsoft.Extensions.Identity.Stores.json │ │ ├── Microsoft.JSInterop.WebAssembly.json │ │ └── Microsoft.JSInterop.json │ ├── aspnetcore-6.0 │ │ ├── Microsoft.AspNetCore.ApiAuthorization.IdentityServer.json │ │ ├── Microsoft.AspNetCore.Authentication.AzureAD.UI.json │ │ ├── Microsoft.AspNetCore.Authentication.AzureADB2C.UI.json │ │ ├── Microsoft.AspNetCore.Authentication.Certificate.json │ │ ├── Microsoft.AspNetCore.Authentication.Facebook.json │ │ ├── Microsoft.AspNetCore.Authentication.Google.json │ │ ├── Microsoft.AspNetCore.Authentication.JwtBearer.json │ │ ├── Microsoft.AspNetCore.Authentication.MicrosoftAccount.json │ │ ├── Microsoft.AspNetCore.Authentication.Negotiate.json │ │ ├── Microsoft.AspNetCore.Authentication.OpenIdConnect.json │ │ ├── Microsoft.AspNetCore.Authentication.Twitter.json │ │ ├── Microsoft.AspNetCore.Authentication.WsFederation.json │ │ ├── Microsoft.AspNetCore.Authorization.json │ │ ├── Microsoft.AspNetCore.AzureAppServices.HostingStartup.json │ │ ├── Microsoft.AspNetCore.AzureAppServicesIntegration.json │ │ ├── Microsoft.AspNetCore.Components.Authorization.json │ │ ├── Microsoft.AspNetCore.Components.Forms.json │ │ ├── Microsoft.AspNetCore.Components.Web.json │ │ ├── Microsoft.AspNetCore.Components.WebAssembly.Authentication.json │ │ ├── Microsoft.AspNetCore.Components.WebAssembly.Server.json │ │ ├── Microsoft.AspNetCore.Components.WebAssembly.json │ │ ├── Microsoft.AspNetCore.Components.WebView.json │ │ ├── Microsoft.AspNetCore.Components.json │ │ ├── Microsoft.AspNetCore.ConcurrencyLimiter.json │ │ ├── Microsoft.AspNetCore.Connections.Abstractions.json │ │ ├── Microsoft.AspNetCore.Cryptography.KeyDerivation.json │ │ ├── Microsoft.AspNetCore.DataProtection.Abstractions.json │ │ ├── Microsoft.AspNetCore.DataProtection.EntityFrameworkCore.json │ │ ├── Microsoft.AspNetCore.DataProtection.Extensions.json │ │ ├── Microsoft.AspNetCore.DataProtection.StackExchangeRedis.json │ │ ├── Microsoft.AspNetCore.DataProtection.json │ │ ├── Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore.json │ │ ├── Microsoft.AspNetCore.HeaderPropagation.json │ │ ├── Microsoft.AspNetCore.Hosting.WindowsServices.json │ │ ├── Microsoft.AspNetCore.Http.Connections.Client.json │ │ ├── Microsoft.AspNetCore.Http.Connections.Common.json │ │ ├── Microsoft.AspNetCore.Identity.EntityFrameworkCore.json │ │ ├── Microsoft.AspNetCore.Identity.UI.json │ │ ├── Microsoft.AspNetCore.JsonPatch.json │ │ ├── Microsoft.AspNetCore.Metadata.json │ │ ├── Microsoft.AspNetCore.MiddlewareAnalysis.json │ │ ├── Microsoft.AspNetCore.Mvc.NewtonsoftJson.json │ │ ├── Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation.json │ │ ├── Microsoft.AspNetCore.Mvc.Testing.json │ │ ├── Microsoft.AspNetCore.Owin.json │ │ ├── Microsoft.AspNetCore.Server.Kestrel.Transport.Libuv.json │ │ ├── Microsoft.AspNetCore.SignalR.Client.Core.json │ │ ├── Microsoft.AspNetCore.SignalR.Client.json │ │ ├── Microsoft.AspNetCore.SignalR.Common.json │ │ ├── Microsoft.AspNetCore.SignalR.Protocols.Json.json │ │ ├── Microsoft.AspNetCore.SignalR.Protocols.MessagePack.json │ │ ├── Microsoft.AspNetCore.SignalR.Protocols.NewtonsoftJson.json │ │ ├── Microsoft.AspNetCore.SignalR.Specification.Tests.json │ │ ├── Microsoft.AspNetCore.SignalR.StackExchangeRedis.json │ │ ├── Microsoft.AspNetCore.SpaServices.Extensions.json │ │ ├── Microsoft.AspNetCore.TestHost.json │ │ ├── Microsoft.Authentication.WebAssembly.Msal.json │ │ ├── Microsoft.Extensions.Features.json │ │ ├── Microsoft.Extensions.Identity.Core.json │ │ ├── Microsoft.Extensions.Identity.Stores.json │ │ ├── Microsoft.JSInterop.WebAssembly.json │ │ └── Microsoft.JSInterop.json │ ├── aspnetcore-7.0 │ │ ├── Microsoft.AspNetCore.ApiAuthorization.IdentityServer.json │ │ ├── Microsoft.AspNetCore.Authentication.Certificate.json │ │ ├── Microsoft.AspNetCore.Authentication.Facebook.json │ │ ├── Microsoft.AspNetCore.Authentication.Google.json │ │ ├── Microsoft.AspNetCore.Authentication.JwtBearer.json │ │ ├── Microsoft.AspNetCore.Authentication.MicrosoftAccount.json │ │ ├── Microsoft.AspNetCore.Authentication.Negotiate.json │ │ ├── Microsoft.AspNetCore.Authentication.OpenIdConnect.json │ │ ├── Microsoft.AspNetCore.Authentication.Twitter.json │ │ ├── Microsoft.AspNetCore.Authentication.WsFederation.json │ │ ├── Microsoft.AspNetCore.Authorization.json │ │ ├── Microsoft.AspNetCore.AzureAppServices.HostingStartup.json │ │ ├── Microsoft.AspNetCore.AzureAppServicesIntegration.json │ │ ├── Microsoft.AspNetCore.Components.Authorization.json │ │ ├── Microsoft.AspNetCore.Components.CustomElements.json │ │ ├── Microsoft.AspNetCore.Components.Forms.json │ │ ├── Microsoft.AspNetCore.Components.Web.json │ │ ├── Microsoft.AspNetCore.Components.WebAssembly.Authentication.json │ │ ├── Microsoft.AspNetCore.Components.WebAssembly.Server.json │ │ ├── Microsoft.AspNetCore.Components.WebAssembly.json │ │ ├── Microsoft.AspNetCore.Components.WebView.json │ │ ├── Microsoft.AspNetCore.Components.json │ │ ├── Microsoft.AspNetCore.ConcurrencyLimiter.json │ │ ├── Microsoft.AspNetCore.Connections.Abstractions.json │ │ ├── Microsoft.AspNetCore.Cryptography.KeyDerivation.json │ │ ├── Microsoft.AspNetCore.DataProtection.Abstractions.json │ │ ├── Microsoft.AspNetCore.DataProtection.EntityFrameworkCore.json │ │ ├── Microsoft.AspNetCore.DataProtection.Extensions.json │ │ ├── Microsoft.AspNetCore.DataProtection.StackExchangeRedis.json │ │ ├── Microsoft.AspNetCore.DataProtection.json │ │ ├── Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore.json │ │ ├── Microsoft.AspNetCore.Grpc.JsonTranscoding.json │ │ ├── Microsoft.AspNetCore.Grpc.Swagger.json │ │ ├── Microsoft.AspNetCore.HeaderPropagation.json │ │ ├── Microsoft.AspNetCore.Hosting.WindowsServices.json │ │ ├── Microsoft.AspNetCore.Http.Connections.Client.json │ │ ├── Microsoft.AspNetCore.Http.Connections.Common.json │ │ ├── Microsoft.AspNetCore.Identity.EntityFrameworkCore.json │ │ ├── Microsoft.AspNetCore.Identity.UI.json │ │ ├── Microsoft.AspNetCore.JsonPatch.json │ │ ├── Microsoft.AspNetCore.Metadata.json │ │ ├── Microsoft.AspNetCore.MiddlewareAnalysis.json │ │ ├── Microsoft.AspNetCore.Mvc.NewtonsoftJson.json │ │ ├── Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation.json │ │ ├── Microsoft.AspNetCore.Mvc.Testing.json │ │ ├── Microsoft.AspNetCore.OpenApi.json │ │ ├── Microsoft.AspNetCore.Owin.json │ │ ├── Microsoft.AspNetCore.RateLimiting.json │ │ ├── Microsoft.AspNetCore.SignalR.Client.Core.json │ │ ├── Microsoft.AspNetCore.SignalR.Client.json │ │ ├── Microsoft.AspNetCore.SignalR.Common.json │ │ ├── Microsoft.AspNetCore.SignalR.Protocols.Json.json │ │ ├── Microsoft.AspNetCore.SignalR.Protocols.MessagePack.json │ │ ├── Microsoft.AspNetCore.SignalR.Protocols.NewtonsoftJson.json │ │ ├── Microsoft.AspNetCore.SignalR.Specification.Tests.json │ │ ├── Microsoft.AspNetCore.SignalR.StackExchangeRedis.json │ │ ├── Microsoft.AspNetCore.SpaServices.Extensions.json │ │ ├── Microsoft.AspNetCore.TestHost.json │ │ ├── Microsoft.Authentication.WebAssembly.Msal.json │ │ ├── Microsoft.Extensions.Features.json │ │ ├── Microsoft.Extensions.Identity.Core.json │ │ ├── Microsoft.Extensions.Identity.Stores.json │ │ ├── Microsoft.JSInterop.WebAssembly.json │ │ └── Microsoft.JSInterop.json │ ├── aspnetcore-8.0 │ │ ├── Microsoft.AspNetCore.Antiforgery.json │ │ ├── Microsoft.AspNetCore.ApiAuthorization.IdentityServer.json │ │ ├── Microsoft.AspNetCore.Authentication.Abstractions.json │ │ ├── Microsoft.AspNetCore.Authentication.BearerToken.json │ │ ├── Microsoft.AspNetCore.Authentication.Certificate.json │ │ ├── Microsoft.AspNetCore.Authentication.Cookies.json │ │ ├── Microsoft.AspNetCore.Authentication.Core.json │ │ ├── Microsoft.AspNetCore.Authentication.Facebook.json │ │ ├── Microsoft.AspNetCore.Authentication.Google.json │ │ ├── Microsoft.AspNetCore.Authentication.JwtBearer.json │ │ ├── Microsoft.AspNetCore.Authentication.MicrosoftAccount.json │ │ ├── Microsoft.AspNetCore.Authentication.Negotiate.json │ │ ├── Microsoft.AspNetCore.Authentication.OAuth.json │ │ ├── Microsoft.AspNetCore.Authentication.OpenIdConnect.json │ │ ├── Microsoft.AspNetCore.Authentication.Twitter.json │ │ ├── Microsoft.AspNetCore.Authentication.WsFederation.json │ │ ├── Microsoft.AspNetCore.Authentication.json │ │ ├── Microsoft.AspNetCore.Authorization.Policy.json │ │ ├── Microsoft.AspNetCore.Authorization.json │ │ ├── Microsoft.AspNetCore.AzureAppServices.HostingStartup.json │ │ ├── Microsoft.AspNetCore.AzureAppServicesIntegration.json │ │ ├── Microsoft.AspNetCore.Components.Authorization.json │ │ ├── Microsoft.AspNetCore.Components.CustomElements.json │ │ ├── Microsoft.AspNetCore.Components.Endpoints.json │ │ ├── Microsoft.AspNetCore.Components.Forms.json │ │ ├── Microsoft.AspNetCore.Components.QuickGrid.EntityFrameworkAdapter.json │ │ ├── Microsoft.AspNetCore.Components.QuickGrid.json │ │ ├── Microsoft.AspNetCore.Components.Server.json │ │ ├── Microsoft.AspNetCore.Components.Web.json │ │ ├── Microsoft.AspNetCore.Components.WebAssembly.Authentication.json │ │ ├── Microsoft.AspNetCore.Components.WebAssembly.Server.json │ │ ├── Microsoft.AspNetCore.Components.WebAssembly.json │ │ ├── Microsoft.AspNetCore.Components.WebView.json │ │ ├── Microsoft.AspNetCore.Components.json │ │ ├── Microsoft.AspNetCore.ConcurrencyLimiter.json │ │ ├── Microsoft.AspNetCore.Connections.Abstractions.json │ │ ├── Microsoft.AspNetCore.CookiePolicy.json │ │ ├── Microsoft.AspNetCore.Cors.json │ │ ├── Microsoft.AspNetCore.Cryptography.KeyDerivation.json │ │ ├── Microsoft.AspNetCore.DataProtection.Abstractions.json │ │ ├── Microsoft.AspNetCore.DataProtection.EntityFrameworkCore.json │ │ ├── Microsoft.AspNetCore.DataProtection.Extensions.json │ │ ├── Microsoft.AspNetCore.DataProtection.StackExchangeRedis.json │ │ ├── Microsoft.AspNetCore.DataProtection.json │ │ ├── Microsoft.AspNetCore.Diagnostics.Abstractions.json │ │ ├── Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore.json │ │ ├── Microsoft.AspNetCore.Diagnostics.HealthChecks.json │ │ ├── Microsoft.AspNetCore.Diagnostics.json │ │ ├── Microsoft.AspNetCore.Grpc.JsonTranscoding.json │ │ ├── Microsoft.AspNetCore.Grpc.Swagger.json │ │ ├── Microsoft.AspNetCore.HeaderPropagation.json │ │ ├── Microsoft.AspNetCore.HostFiltering.json │ │ ├── Microsoft.AspNetCore.Hosting.Abstractions.json │ │ ├── Microsoft.AspNetCore.Hosting.Server.Abstractions.json │ │ ├── Microsoft.AspNetCore.Hosting.WindowsServices.json │ │ ├── Microsoft.AspNetCore.Hosting.json │ │ ├── Microsoft.AspNetCore.Html.Abstractions.json │ │ ├── Microsoft.AspNetCore.Http.Abstractions.json │ │ ├── Microsoft.AspNetCore.Http.Connections.Client.json │ │ ├── Microsoft.AspNetCore.Http.Connections.Common.json │ │ ├── Microsoft.AspNetCore.Http.Connections.json │ │ ├── Microsoft.AspNetCore.Http.Extensions.json │ │ ├── Microsoft.AspNetCore.Http.Features.json │ │ ├── Microsoft.AspNetCore.Http.Results.json │ │ ├── Microsoft.AspNetCore.Http.json │ │ ├── Microsoft.AspNetCore.HttpLogging.json │ │ ├── Microsoft.AspNetCore.HttpOverrides.json │ │ ├── Microsoft.AspNetCore.HttpsPolicy.json │ │ ├── Microsoft.AspNetCore.Identity.EntityFrameworkCore.json │ │ ├── Microsoft.AspNetCore.Identity.UI.json │ │ ├── Microsoft.AspNetCore.Identity.json │ │ ├── Microsoft.AspNetCore.JsonPatch.json │ │ ├── Microsoft.AspNetCore.Localization.Routing.json │ │ ├── Microsoft.AspNetCore.Localization.json │ │ ├── Microsoft.AspNetCore.Metadata.json │ │ ├── Microsoft.AspNetCore.MiddlewareAnalysis.json │ │ ├── Microsoft.AspNetCore.Mvc.Abstractions.json │ │ ├── Microsoft.AspNetCore.Mvc.ApiExplorer.json │ │ ├── Microsoft.AspNetCore.Mvc.Core.json │ │ ├── Microsoft.AspNetCore.Mvc.Cors.json │ │ ├── Microsoft.AspNetCore.Mvc.DataAnnotations.json │ │ ├── Microsoft.AspNetCore.Mvc.Formatters.Xml.json │ │ ├── Microsoft.AspNetCore.Mvc.Localization.json │ │ ├── Microsoft.AspNetCore.Mvc.NewtonsoftJson.json │ │ ├── Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation.json │ │ ├── Microsoft.AspNetCore.Mvc.Razor.json │ │ ├── Microsoft.AspNetCore.Mvc.RazorPages.json │ │ ├── Microsoft.AspNetCore.Mvc.TagHelpers.json │ │ ├── Microsoft.AspNetCore.Mvc.Testing.json │ │ ├── Microsoft.AspNetCore.Mvc.ViewFeatures.json │ │ ├── Microsoft.AspNetCore.Mvc.json │ │ ├── Microsoft.AspNetCore.OpenApi.json │ │ ├── Microsoft.AspNetCore.OutputCaching.json │ │ ├── Microsoft.AspNetCore.Owin.json │ │ ├── Microsoft.AspNetCore.RateLimiting.json │ │ ├── Microsoft.AspNetCore.Razor.Runtime.json │ │ ├── Microsoft.AspNetCore.Razor.json │ │ ├── Microsoft.AspNetCore.RequestDecompression.json │ │ ├── Microsoft.AspNetCore.ResponseCaching.Abstractions.json │ │ ├── Microsoft.AspNetCore.ResponseCaching.json │ │ ├── Microsoft.AspNetCore.ResponseCompression.json │ │ ├── Microsoft.AspNetCore.Rewrite.json │ │ ├── Microsoft.AspNetCore.Routing.Abstractions.json │ │ ├── Microsoft.AspNetCore.Routing.json │ │ ├── Microsoft.AspNetCore.Server.HttpSys.json │ │ ├── Microsoft.AspNetCore.Server.IIS.json │ │ ├── Microsoft.AspNetCore.Server.IISIntegration.json │ │ ├── Microsoft.AspNetCore.Server.Kestrel.Core.json │ │ ├── Microsoft.AspNetCore.Server.Kestrel.Transport.NamedPipes.json │ │ ├── Microsoft.AspNetCore.Server.Kestrel.Transport.Quic.json │ │ ├── Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.json │ │ ├── Microsoft.AspNetCore.Server.Kestrel.json │ │ ├── Microsoft.AspNetCore.Session.json │ │ ├── Microsoft.AspNetCore.SignalR.Client.Core.json │ │ ├── Microsoft.AspNetCore.SignalR.Client.json │ │ ├── Microsoft.AspNetCore.SignalR.Common.json │ │ ├── Microsoft.AspNetCore.SignalR.Core.json │ │ ├── Microsoft.AspNetCore.SignalR.Protocols.Json.json │ │ ├── Microsoft.AspNetCore.SignalR.Protocols.MessagePack.json │ │ ├── Microsoft.AspNetCore.SignalR.Protocols.NewtonsoftJson.json │ │ ├── Microsoft.AspNetCore.SignalR.Specification.Tests.json │ │ ├── Microsoft.AspNetCore.SignalR.StackExchangeRedis.json │ │ ├── Microsoft.AspNetCore.SignalR.json │ │ ├── Microsoft.AspNetCore.SpaServices.Extensions.json │ │ ├── Microsoft.AspNetCore.StaticFiles.json │ │ ├── Microsoft.AspNetCore.Telemetry.Middleware.json │ │ ├── Microsoft.AspNetCore.Telemetry.json │ │ ├── Microsoft.AspNetCore.TestHost.json │ │ ├── Microsoft.AspNetCore.Testing.json │ │ ├── Microsoft.AspNetCore.WebSockets.json │ │ ├── Microsoft.AspNetCore.WebUtilities.json │ │ ├── Microsoft.AspNetCore.json │ │ ├── Microsoft.Authentication.WebAssembly.Msal.json │ │ ├── Microsoft.Extensions.Features.json │ │ ├── Microsoft.Extensions.Identity.Core.json │ │ ├── Microsoft.Extensions.Identity.Stores.json │ │ ├── Microsoft.JSInterop.WebAssembly.json │ │ ├── Microsoft.JSInterop.json │ │ ├── Microsoft.Net.Http.Headers.json │ │ └── System.Threading.RateLimiting.json │ ├── aspnetcore-9.0 │ │ ├── Microsoft.AspNetCore.ApiAuthorization.IdentityServer.json │ │ ├── Microsoft.AspNetCore.AsyncState.json │ │ ├── Microsoft.AspNetCore.Authentication.Certificate.json │ │ ├── Microsoft.AspNetCore.Authentication.Facebook.json │ │ ├── Microsoft.AspNetCore.Authentication.Google.json │ │ ├── Microsoft.AspNetCore.Authentication.JwtBearer.json │ │ ├── Microsoft.AspNetCore.Authentication.MicrosoftAccount.json │ │ ├── Microsoft.AspNetCore.Authentication.Negotiate.json │ │ ├── Microsoft.AspNetCore.Authentication.OpenIdConnect.json │ │ ├── Microsoft.AspNetCore.Authentication.Twitter.json │ │ ├── Microsoft.AspNetCore.Authentication.WsFederation.json │ │ ├── Microsoft.AspNetCore.Authorization.json │ │ ├── Microsoft.AspNetCore.AzureAppServices.HostingStartup.json │ │ ├── Microsoft.AspNetCore.AzureAppServicesIntegration.json │ │ ├── Microsoft.AspNetCore.Components.Authorization.json │ │ ├── Microsoft.AspNetCore.Components.CustomElements.json │ │ ├── Microsoft.AspNetCore.Components.Forms.json │ │ ├── Microsoft.AspNetCore.Components.QuickGrid.EntityFrameworkAdapter.json │ │ ├── Microsoft.AspNetCore.Components.QuickGrid.json │ │ ├── Microsoft.AspNetCore.Components.Web.json │ │ ├── Microsoft.AspNetCore.Components.WebAssembly.Authentication.json │ │ ├── Microsoft.AspNetCore.Components.WebAssembly.Server.json │ │ ├── Microsoft.AspNetCore.Components.WebAssembly.json │ │ ├── Microsoft.AspNetCore.Components.WebView.json │ │ ├── Microsoft.AspNetCore.Components.json │ │ ├── Microsoft.AspNetCore.ConcurrencyLimiter.json │ │ ├── Microsoft.AspNetCore.Connections.Abstractions.json │ │ ├── Microsoft.AspNetCore.Cryptography.KeyDerivation.json │ │ ├── Microsoft.AspNetCore.DataProtection.Abstractions.json │ │ ├── Microsoft.AspNetCore.DataProtection.EntityFrameworkCore.json │ │ ├── Microsoft.AspNetCore.DataProtection.Extensions.json │ │ ├── Microsoft.AspNetCore.DataProtection.StackExchangeRedis.json │ │ ├── Microsoft.AspNetCore.DataProtection.json │ │ ├── Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore.json │ │ ├── Microsoft.AspNetCore.Diagnostics.Middleware.json │ │ ├── Microsoft.AspNetCore.Grpc.JsonTranscoding.json │ │ ├── Microsoft.AspNetCore.Grpc.Swagger.json │ │ ├── Microsoft.AspNetCore.HeaderParsing.json │ │ ├── Microsoft.AspNetCore.HeaderPropagation.json │ │ ├── Microsoft.AspNetCore.Hosting.WindowsServices.json │ │ ├── Microsoft.AspNetCore.Http.Connections.Client.json │ │ ├── Microsoft.AspNetCore.Http.Connections.Common.json │ │ ├── Microsoft.AspNetCore.Identity.EntityFrameworkCore.json │ │ ├── Microsoft.AspNetCore.Identity.UI.json │ │ ├── Microsoft.AspNetCore.JsonPatch.json │ │ ├── Microsoft.AspNetCore.Metadata.json │ │ ├── Microsoft.AspNetCore.MiddlewareAnalysis.json │ │ ├── Microsoft.AspNetCore.Mvc.NewtonsoftJson.json │ │ ├── Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation.json │ │ ├── Microsoft.AspNetCore.Mvc.Testing.json │ │ ├── Microsoft.AspNetCore.OpenApi.json │ │ ├── Microsoft.AspNetCore.Owin.json │ │ ├── Microsoft.AspNetCore.RateLimiting.json │ │ ├── Microsoft.AspNetCore.SignalR.Client.Core.json │ │ ├── Microsoft.AspNetCore.SignalR.Client.json │ │ ├── Microsoft.AspNetCore.SignalR.Common.json │ │ ├── Microsoft.AspNetCore.SignalR.Protocols.Json.json │ │ ├── Microsoft.AspNetCore.SignalR.Protocols.MessagePack.json │ │ ├── Microsoft.AspNetCore.SignalR.Protocols.NewtonsoftJson.json │ │ ├── Microsoft.AspNetCore.SignalR.Specification.Tests.json │ │ ├── Microsoft.AspNetCore.SignalR.StackExchangeRedis.json │ │ ├── Microsoft.AspNetCore.SpaServices.Extensions.json │ │ ├── Microsoft.AspNetCore.Telemetry.Middleware.json │ │ ├── Microsoft.AspNetCore.Telemetry.json │ │ ├── Microsoft.AspNetCore.TestHost.json │ │ ├── Microsoft.AspNetCore.Testing.json │ │ ├── Microsoft.Authentication.WebAssembly.Msal.json │ │ ├── Microsoft.Extensions.Caching.Hybrid.json │ │ ├── Microsoft.Extensions.Features.json │ │ ├── Microsoft.Extensions.Identity.Core.json │ │ ├── Microsoft.Extensions.Identity.Stores.json │ │ ├── Microsoft.JSInterop.WebAssembly.json │ │ └── Microsoft.JSInterop.json │ ├── microsoft-owen-dotnet-4.2 │ │ └── Microsoft.Owin.json │ ├── yarp-2.1 │ │ ├── Yarp.ReverseProxy.json │ │ └── Yarp.Telemetry.Consumption.json │ └── yarp-2.2 │ │ ├── Yarp.ReverseProxy.json │ │ └── Yarp.Telemetry.Consumption.json │ ├── System.Formats.Cbor │ ├── CborConformanceMode.xml │ ├── CborContentException.xml │ ├── CborReader.xml │ ├── CborReaderState.xml │ ├── CborSimpleValue.xml │ ├── CborTag.xml │ └── CborWriter.xml │ ├── System.Net.Http.Formatting │ ├── ContentNegotiationResult.xml │ ├── DefaultContentNegotiator.xml │ ├── FormDataCollection.xml │ ├── IContentNegotiator.xml │ ├── MediaTypeFormatterMatch.xml │ └── MediaTypeFormatterMatchRanking.xml │ ├── System.Net.Http │ └── HttpRequestMessageExtensions.xml │ ├── System.Runtime.CompilerServices │ └── IsExternalInit.xml │ ├── System.Security.Claims │ └── PrincipalExtensions.xml │ ├── System.Threading.RateLimiting │ ├── ConcurrencyLimiter.xml │ ├── ConcurrencyLimiterOptions.xml │ ├── FixedWindowRateLimiter.xml │ ├── FixedWindowRateLimiterOptions.xml │ ├── MetadataName.xml │ ├── MetadataName`1.xml │ ├── PartitionedRateLimiter.xml │ ├── PartitionedRateLimiter`1.xml │ ├── QueueProcessingOrder.xml │ ├── RateLimitLease.xml │ ├── RateLimitPartition.xml │ ├── RateLimitPartition`1.xml │ ├── RateLimiter.xml │ ├── RateLimiterStatistics.xml │ ├── ReplenishingRateLimiter.xml │ ├── SlidingWindowRateLimiter.xml │ ├── SlidingWindowRateLimiterOptions.xml │ ├── TokenBucketRateLimiter.xml │ └── TokenBucketRateLimiterOptions.xml │ ├── System.Web.Http │ ├── ApiController.xml │ ├── BadRequestErrorMessageResult.xml │ ├── ConflictResult.xml │ ├── ExceptionResult.xml │ ├── FromUriAttribute.xml │ ├── HttpError.xml │ ├── HttpErrorKeys.xml │ ├── HttpResponseException.xml │ ├── InternalServerErrorResult.xml │ ├── InvalidModelStateResult.xml │ ├── NegotiatedContentResult`1.xml │ └── ResponseMessageResult.xml │ ├── Yarp.ReverseProxy.Configuration.ClusterValidators │ └── IClusterValidator.xml │ ├── Yarp.ReverseProxy.Configuration.RouteValidators │ └── IRouteValidator.xml │ ├── Yarp.ReverseProxy.Configuration │ ├── ActiveHealthCheckConfig.xml │ ├── ClusterConfig.xml │ ├── DestinationConfig.xml │ ├── HeaderMatchMode.xml │ ├── HealthCheckConfig.xml │ ├── HttpClientConfig.xml │ ├── IConfigChangeListener.xml │ ├── IConfigValidator.xml │ ├── IProxyConfig.xml │ ├── IProxyConfigFilter.xml │ ├── IProxyConfigProvider.xml │ ├── InMemoryConfigProvider.xml │ ├── PassiveHealthCheckConfig.xml │ ├── QueryParameterMatchMode.xml │ ├── RouteConfig.xml │ ├── RouteHeader.xml │ ├── RouteMatch.xml │ ├── RouteQueryParameter.xml │ ├── SessionAffinityConfig.xml │ ├── SessionAffinityCookieConfig.xml │ └── WebProxyConfig.xml │ ├── Yarp.ReverseProxy.Delegation │ └── IHttpSysDelegator.xml │ ├── Yarp.ReverseProxy.Forwarder │ ├── ForwarderError.xml │ ├── ForwarderHttpClientContext.xml │ ├── ForwarderHttpClientFactory.xml │ ├── ForwarderRequestConfig.xml │ ├── HttpTransformer.xml │ ├── IForwarderErrorFeature.xml │ ├── IForwarderHttpClientFactory.xml │ ├── IHttpForwarder.xml │ ├── IHttpForwarderExtensions.xml │ ├── RequestUtilities.xml │ └── ReverseProxyPropagator.xml │ ├── Yarp.ReverseProxy.Health │ ├── ActiveHealthCheckMonitorOptions.xml │ ├── ConsecutiveFailuresHealthPolicyOptions.xml │ ├── DestinationProbingResult.xml │ ├── HealthCheckConstants+ActivePolicy.xml │ ├── HealthCheckConstants+AvailableDestinations.xml │ ├── HealthCheckConstants+PassivePolicy.xml │ ├── HealthCheckConstants.xml │ ├── IActiveHealthCheckMonitor.xml │ ├── IActiveHealthCheckPolicy.xml │ ├── IAvailableDestinationsPolicy.xml │ ├── IClusterDestinationsUpdater.xml │ ├── IDestinationHealthUpdater.xml │ ├── IPassiveHealthCheckPolicy.xml │ ├── IProbingRequestFactory.xml │ ├── NewActiveDestinationHealth.xml │ ├── PassiveHealthCheckMiddleware.xml │ └── TransportFailureRateHealthPolicyOptions.xml │ ├── Yarp.ReverseProxy.LoadBalancing │ ├── ILoadBalancingPolicy.xml │ └── LoadBalancingPolicies.xml │ ├── Yarp.ReverseProxy.Model │ ├── ClusterDestinationsState.xml │ ├── ClusterModel.xml │ ├── ClusterState.xml │ ├── DestinationHealth.xml │ ├── DestinationHealthState.xml │ ├── DestinationModel.xml │ ├── DestinationState.xml │ ├── IClusterChangeListener.xml │ ├── IReverseProxyFeature.xml │ ├── ReverseProxyApplicationBuilder.xml │ ├── ReverseProxyFeature.xml │ └── RouteModel.xml │ ├── Yarp.ReverseProxy.ServiceDiscovery │ ├── DnsDestinationResolverOptions.xml │ ├── IDestinationResolver.xml │ └── ResolvedDestinationCollection.xml │ ├── Yarp.ReverseProxy.SessionAffinity │ ├── AffinityResult.xml │ ├── AffinityStatus.xml │ ├── IAffinityFailurePolicy.xml │ ├── ISessionAffinityPolicy.xml │ ├── SessionAffinityConstants+FailurePolicies.xml │ ├── SessionAffinityConstants+Policies.xml │ └── SessionAffinityConstants.xml │ ├── Yarp.ReverseProxy.Transforms.Builder │ ├── ITransformBuilder.xml │ ├── ITransformFactory.xml │ ├── ITransformProvider.xml │ ├── TransformBuilderContext.xml │ ├── TransformClusterValidationContext.xml │ ├── TransformHelpers.xml │ └── TransformRouteValidationContext.xml │ ├── Yarp.ReverseProxy.Transforms │ ├── ForwardedTransformActions.xml │ ├── ForwardedTransformExtensions.xml │ ├── HttpMethodChangeTransform.xml │ ├── HttpMethodTransformExtensions.xml │ ├── NodeFormat.xml │ ├── PathRouteValuesTransform.xml │ ├── PathStringTransform+PathTransformMode.xml │ ├── PathStringTransform.xml │ ├── PathTransformExtensions.xml │ ├── QueryParameterFromStaticTransform.xml │ ├── QueryParameterRemoveTransform.xml │ ├── QueryParameterRouteTransform.xml │ ├── QueryParameterTransform.xml │ ├── QueryStringTransformMode.xml │ ├── QueryTransformContext.xml │ ├── QueryTransformExtensions.xml │ ├── RequestFuncTransform.xml │ ├── RequestHeaderClientCertTransform.xml │ ├── RequestHeaderForwardedTransform.xml │ ├── RequestHeaderOriginalHostTransform.xml │ ├── RequestHeaderRemoveTransform.xml │ ├── RequestHeaderRouteValueTransform.xml │ ├── RequestHeaderTransform.xml │ ├── RequestHeaderValueTransform.xml │ ├── RequestHeaderXForwardedForTransform.xml │ ├── RequestHeaderXForwardedHostTransform.xml │ ├── RequestHeaderXForwardedPrefixTransform.xml │ ├── RequestHeaderXForwardedProtoTransform.xml │ ├── RequestHeadersAllowedTransform.xml │ ├── RequestHeadersTransformExtensions.xml │ ├── RequestTransform.xml │ ├── RequestTransformContext.xml │ ├── ResponseCondition.xml │ ├── ResponseFuncTransform.xml │ ├── ResponseHeaderRemoveTransform.xml │ ├── ResponseHeaderValueTransform.xml │ ├── ResponseHeadersAllowedTransform.xml │ ├── ResponseTrailerRemoveTransform.xml │ ├── ResponseTrailerValueTransform.xml │ ├── ResponseTrailersAllowedTransform.xml │ ├── ResponseTrailersFuncTransform.xml │ ├── ResponseTrailersTransform.xml │ ├── ResponseTrailersTransformContext.xml │ ├── ResponseTransform.xml │ ├── ResponseTransformContext.xml │ ├── ResponseTransformExtensions.xml │ ├── RouteConfigTransformExtensions.xml │ └── TransformBuilderContextFuncExtensions.xml │ ├── Yarp.ReverseProxy.Utilities.Tls │ ├── ExtensionType.xml │ ├── TlsAlertDescription.xml │ ├── TlsAlertLevel.xml │ ├── TlsContentType.xml │ ├── TlsFrameHeader.xml │ ├── TlsFrameHelper+ApplicationProtocolInfo.xml │ ├── TlsFrameHelper+HelloExtensionCallback.xml │ ├── TlsFrameHelper+ParsingStatus.xml │ ├── TlsFrameHelper+ProcessingOptions.xml │ ├── TlsFrameHelper+TlsFrameInfo.xml │ ├── TlsFrameHelper.xml │ └── TlsHandshakeType.xml │ ├── Yarp.ReverseProxy.Utilities │ ├── IClock.xml │ └── IRandomFactory.xml │ ├── Yarp.ReverseProxy │ └── IProxyStateLookup.xml │ ├── Yarp.Telemetry.Consumption │ ├── ForwarderMetrics.xml │ ├── ForwarderStage.xml │ ├── HttpMetrics.xml │ ├── IForwarderTelemetryConsumer.xml │ ├── IHttpTelemetryConsumer.xml │ ├── IKestrelTelemetryConsumer.xml │ ├── IMetricsConsumer`1.xml │ ├── INameResolutionTelemetryConsumer.xml │ ├── INetSecurityTelemetryConsumer.xml │ ├── ISocketsTelemetryConsumer.xml │ ├── IWebSocketsTelemetryConsumer.xml │ ├── KestrelMetrics.xml │ ├── NameResolutionMetrics.xml │ ├── NetSecurityMetrics.xml │ ├── SocketsMetrics.xml │ └── WebSocketCloseReason.xml │ ├── _filter.xml │ ├── index.xml │ ├── ns-.xml │ ├── ns-AspNetCore.xml │ ├── ns-Microsoft.AspNet.Identity.CoreCompat.xml │ ├── ns-Microsoft.AspNetCore.Antiforgery.Internal.xml │ ├── ns-Microsoft.AspNetCore.Antiforgery.xml │ ├── ns-Microsoft.AspNetCore.ApiAuthorization.IdentityServer.xml │ ├── ns-Microsoft.AspNetCore.ApplicationInsights.HostingStartup.xml │ ├── ns-Microsoft.AspNetCore.AsyncState.xml │ ├── ns-Microsoft.AspNetCore.Authentication.AzureAD.UI.Internal.xml │ ├── ns-Microsoft.AspNetCore.Authentication.AzureAD.UI.Pages.Internal.xml │ ├── ns-Microsoft.AspNetCore.Authentication.AzureAD.UI.xml │ ├── ns-Microsoft.AspNetCore.Authentication.AzureADB2C.UI.Internal.xml │ ├── ns-Microsoft.AspNetCore.Authentication.AzureADB2C.UI.Pages.Internal.xml │ ├── ns-Microsoft.AspNetCore.Authentication.AzureADB2C.UI.xml │ ├── ns-Microsoft.AspNetCore.Authentication.BearerToken.xml │ ├── ns-Microsoft.AspNetCore.Authentication.Certificate.xml │ ├── ns-Microsoft.AspNetCore.Authentication.Cookies.xml │ ├── ns-Microsoft.AspNetCore.Authentication.Facebook.xml │ ├── ns-Microsoft.AspNetCore.Authentication.Google.xml │ ├── ns-Microsoft.AspNetCore.Authentication.Internal.xml │ ├── ns-Microsoft.AspNetCore.Authentication.JwtBearer.xml │ ├── ns-Microsoft.AspNetCore.Authentication.MicrosoftAccount.xml │ ├── ns-Microsoft.AspNetCore.Authentication.Negotiate.xml │ ├── ns-Microsoft.AspNetCore.Authentication.OAuth.Claims.xml │ ├── ns-Microsoft.AspNetCore.Authentication.OAuth.xml │ ├── ns-Microsoft.AspNetCore.Authentication.OpenIdConnect.Claims.xml │ ├── ns-Microsoft.AspNetCore.Authentication.OpenIdConnect.xml │ ├── ns-Microsoft.AspNetCore.Authentication.Twitter.xml │ ├── ns-Microsoft.AspNetCore.Authentication.WsFederation.xml │ ├── ns-Microsoft.AspNetCore.Authentication.xml │ ├── ns-Microsoft.AspNetCore.Authorization.Infrastructure.xml │ ├── ns-Microsoft.AspNetCore.Authorization.Policy.xml │ ├── ns-Microsoft.AspNetCore.Authorization.xml │ ├── ns-Microsoft.AspNetCore.AzureAppServices.HostingStartup.xml │ ├── ns-Microsoft.AspNetCore.Blazor.Hosting.xml │ ├── ns-Microsoft.AspNetCore.Blazor.Http.xml │ ├── ns-Microsoft.AspNetCore.Blazor.Rendering.xml │ ├── ns-Microsoft.AspNetCore.Blazor.xml │ ├── ns-Microsoft.AspNetCore.Buffering.xml │ ├── ns-Microsoft.AspNetCore.Builder.Extensions.xml │ ├── ns-Microsoft.AspNetCore.Builder.Internal.xml │ ├── ns-Microsoft.AspNetCore.Builder.xml │ ├── ns-Microsoft.AspNetCore.Components.Authorization.xml │ ├── ns-Microsoft.AspNetCore.Components.Binding.xml │ ├── ns-Microsoft.AspNetCore.Components.Browser.Rendering.xml │ ├── ns-Microsoft.AspNetCore.Components.Browser.xml │ ├── ns-Microsoft.AspNetCore.Components.Builder.xml │ ├── ns-Microsoft.AspNetCore.Components.CompilerServices.xml │ ├── ns-Microsoft.AspNetCore.Components.Discovery.xml │ ├── ns-Microsoft.AspNetCore.Components.Endpoints.Infrastructure.xml │ ├── ns-Microsoft.AspNetCore.Components.Endpoints.xml │ ├── ns-Microsoft.AspNetCore.Components.Forms.Mapping.xml │ ├── ns-Microsoft.AspNetCore.Components.Forms.xml │ ├── ns-Microsoft.AspNetCore.Components.HtmlRendering.Infrastructure.xml │ ├── ns-Microsoft.AspNetCore.Components.Infrastructure.xml │ ├── ns-Microsoft.AspNetCore.Components.Layouts.xml │ ├── ns-Microsoft.AspNetCore.Components.QuickGrid.Infrastructure.xml │ ├── ns-Microsoft.AspNetCore.Components.QuickGrid.xml │ ├── ns-Microsoft.AspNetCore.Components.RenderTree.xml │ ├── ns-Microsoft.AspNetCore.Components.Rendering.xml │ ├── ns-Microsoft.AspNetCore.Components.Routing.xml │ ├── ns-Microsoft.AspNetCore.Components.Sections.xml │ ├── ns-Microsoft.AspNetCore.Components.Server.Circuits.xml │ ├── ns-Microsoft.AspNetCore.Components.Server.ProtectedBrowserStorage.xml │ ├── ns-Microsoft.AspNetCore.Components.Server.xml │ ├── ns-Microsoft.AspNetCore.Components.Web.HtmlRendering.xml │ ├── ns-Microsoft.AspNetCore.Components.Web.Infrastructure.xml │ ├── ns-Microsoft.AspNetCore.Components.Web.Internal.xml │ ├── ns-Microsoft.AspNetCore.Components.Web.Virtualization.xml │ ├── ns-Microsoft.AspNetCore.Components.Web.xml │ ├── ns-Microsoft.AspNetCore.Components.WebAssembly.Authentication.Internal.xml │ ├── ns-Microsoft.AspNetCore.Components.WebAssembly.Authentication.xml │ ├── ns-Microsoft.AspNetCore.Components.WebAssembly.Hosting.xml │ ├── ns-Microsoft.AspNetCore.Components.WebAssembly.HotReload.xml │ ├── ns-Microsoft.AspNetCore.Components.WebAssembly.Http.xml │ ├── ns-Microsoft.AspNetCore.Components.WebAssembly.Infrastructure.xml │ ├── ns-Microsoft.AspNetCore.Components.WebAssembly.Server.xml │ ├── ns-Microsoft.AspNetCore.Components.WebAssembly.Services.xml │ ├── ns-Microsoft.AspNetCore.Components.WebView.xml │ ├── ns-Microsoft.AspNetCore.Components.xml │ ├── ns-Microsoft.AspNetCore.ConcurrencyLimiter.xml │ ├── ns-Microsoft.AspNetCore.Connections.Abstractions.xml │ ├── ns-Microsoft.AspNetCore.Connections.Features.xml │ ├── ns-Microsoft.AspNetCore.Connections.xml │ ├── ns-Microsoft.AspNetCore.CookiePolicy.xml │ ├── ns-Microsoft.AspNetCore.Cors.Infrastructure.xml │ ├── ns-Microsoft.AspNetCore.Cors.xml │ ├── ns-Microsoft.AspNetCore.Cryptography.KeyDerivation.xml │ ├── ns-Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel.xml │ ├── ns-Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.xml │ ├── ns-Microsoft.AspNetCore.DataProtection.AzureStorage.xml │ ├── ns-Microsoft.AspNetCore.DataProtection.Cng.Internal.xml │ ├── ns-Microsoft.AspNetCore.DataProtection.EntityFrameworkCore.xml │ ├── ns-Microsoft.AspNetCore.DataProtection.Infrastructure.xml │ ├── ns-Microsoft.AspNetCore.DataProtection.Internal.xml │ ├── ns-Microsoft.AspNetCore.DataProtection.KeyManagement.Internal.xml │ ├── ns-Microsoft.AspNetCore.DataProtection.KeyManagement.xml │ ├── ns-Microsoft.AspNetCore.DataProtection.Repositories.xml │ ├── ns-Microsoft.AspNetCore.DataProtection.StackExchangeRedis.xml │ ├── ns-Microsoft.AspNetCore.DataProtection.SystemWeb.xml │ ├── ns-Microsoft.AspNetCore.DataProtection.XmlEncryption.xml │ ├── ns-Microsoft.AspNetCore.DataProtection.xml │ ├── ns-Microsoft.AspNetCore.Diagnostics.Buffering.xml │ ├── ns-Microsoft.AspNetCore.Diagnostics.Elm.RazorViews.xml │ ├── ns-Microsoft.AspNetCore.Diagnostics.Elm.Views.xml │ ├── ns-Microsoft.AspNetCore.Diagnostics.Elm.xml │ ├── ns-Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore.xml │ ├── ns-Microsoft.AspNetCore.Diagnostics.HealthChecks.xml │ ├── ns-Microsoft.AspNetCore.Diagnostics.Latency.xml │ ├── ns-Microsoft.AspNetCore.Diagnostics.Logging.xml │ ├── ns-Microsoft.AspNetCore.Diagnostics.Views.xml │ ├── ns-Microsoft.AspNetCore.Diagnostics.xml │ ├── ns-Microsoft.AspNetCore.DiagnosticsViewPage.Views.xml │ ├── ns-Microsoft.AspNetCore.Grpc.JsonTranscoding.xml │ ├── ns-Microsoft.AspNetCore.HeaderParsing.xml │ ├── ns-Microsoft.AspNetCore.HeaderPropagation.xml │ ├── ns-Microsoft.AspNetCore.HostFiltering.xml │ ├── ns-Microsoft.AspNetCore.Hosting.Builder.xml │ ├── ns-Microsoft.AspNetCore.Hosting.Infrastructure.xml │ ├── ns-Microsoft.AspNetCore.Hosting.Internal.xml │ ├── ns-Microsoft.AspNetCore.Hosting.Server.Abstractions.xml │ ├── ns-Microsoft.AspNetCore.Hosting.Server.Features.xml │ ├── ns-Microsoft.AspNetCore.Hosting.Server.xml │ ├── ns-Microsoft.AspNetCore.Hosting.StaticWebAssets.xml │ ├── ns-Microsoft.AspNetCore.Hosting.WindowsServices.xml │ ├── ns-Microsoft.AspNetCore.Hosting.xml │ ├── ns-Microsoft.AspNetCore.Html.xml │ ├── ns-Microsoft.AspNetCore.Http.Authentication.Internal.xml │ ├── ns-Microsoft.AspNetCore.Http.Authentication.xml │ ├── ns-Microsoft.AspNetCore.Http.Connections.Client.Internal.xml │ ├── ns-Microsoft.AspNetCore.Http.Connections.Client.xml │ ├── ns-Microsoft.AspNetCore.Http.Connections.Features.xml │ ├── ns-Microsoft.AspNetCore.Http.Connections.Internal.Transports.xml │ ├── ns-Microsoft.AspNetCore.Http.Connections.Internal.xml │ ├── ns-Microsoft.AspNetCore.Http.Connections.xml │ ├── ns-Microsoft.AspNetCore.Http.Extensions.xml │ ├── ns-Microsoft.AspNetCore.Http.Features.Authentication.xml │ ├── ns-Microsoft.AspNetCore.Http.Features.xml │ ├── ns-Microsoft.AspNetCore.Http.Headers.xml │ ├── ns-Microsoft.AspNetCore.Http.HttpResults.xml │ ├── ns-Microsoft.AspNetCore.Http.Internal.xml │ ├── ns-Microsoft.AspNetCore.Http.Json.xml │ ├── ns-Microsoft.AspNetCore.Http.Metadata.xml │ ├── ns-Microsoft.AspNetCore.Http.Timeouts.xml │ ├── ns-Microsoft.AspNetCore.Http.Validation.xml │ ├── ns-Microsoft.AspNetCore.Http.xml │ ├── ns-Microsoft.AspNetCore.HttpLogging.xml │ ├── ns-Microsoft.AspNetCore.HttpOverrides.Internal.xml │ ├── ns-Microsoft.AspNetCore.HttpOverrides.xml │ ├── ns-Microsoft.AspNetCore.HttpsPolicy.xml │ ├── ns-Microsoft.AspNetCore.Identity.Data.xml │ ├── ns-Microsoft.AspNetCore.Identity.EntityFrameworkCore.xml │ ├── ns-Microsoft.AspNetCore.Identity.Test.xml │ ├── ns-Microsoft.AspNetCore.Identity.UI.Pages.Account.Internal.xml │ ├── ns-Microsoft.AspNetCore.Identity.UI.Pages.Account.Manage.Internal.xml │ ├── ns-Microsoft.AspNetCore.Identity.UI.Pages.Internal.Account.Manage.xml │ ├── ns-Microsoft.AspNetCore.Identity.UI.Pages.Internal.Account.xml │ ├── ns-Microsoft.AspNetCore.Identity.UI.Pages.Internal.xml │ ├── ns-Microsoft.AspNetCore.Identity.UI.Pages.xml │ ├── ns-Microsoft.AspNetCore.Identity.UI.Services.xml │ ├── ns-Microsoft.AspNetCore.Identity.UI.V3.Pages.Account.Internal.xml │ ├── ns-Microsoft.AspNetCore.Identity.UI.V3.Pages.Account.Manage.Internal.xml │ ├── ns-Microsoft.AspNetCore.Identity.UI.V3.Pages.Internal.Account.Manage.xml │ ├── ns-Microsoft.AspNetCore.Identity.UI.V3.Pages.Internal.Account.xml │ ├── ns-Microsoft.AspNetCore.Identity.UI.V3.Pages.Internal.xml │ ├── ns-Microsoft.AspNetCore.Identity.UI.V4.Pages.Account.Internal.xml │ ├── ns-Microsoft.AspNetCore.Identity.UI.V4.Pages.Account.Manage.Internal.xml │ ├── ns-Microsoft.AspNetCore.Identity.UI.V4.Pages.Internal.Account.Manage.xml │ ├── ns-Microsoft.AspNetCore.Identity.UI.V4.Pages.Internal.Account.xml │ ├── ns-Microsoft.AspNetCore.Identity.UI.V4.Pages.Internal.xml │ ├── ns-Microsoft.AspNetCore.Identity.UI.V5.Pages.Account.Internal.xml │ ├── ns-Microsoft.AspNetCore.Identity.UI.V5.Pages.Account.Manage.Internal.xml │ ├── ns-Microsoft.AspNetCore.Identity.UI.V5.Pages.Internal.xml │ ├── ns-Microsoft.AspNetCore.Identity.UI.xml │ ├── ns-Microsoft.AspNetCore.Identity.xml │ ├── ns-Microsoft.AspNetCore.Internal.xml │ ├── ns-Microsoft.AspNetCore.JsonPatch.Adapters.xml │ ├── ns-Microsoft.AspNetCore.JsonPatch.Converters.xml │ ├── ns-Microsoft.AspNetCore.JsonPatch.Exceptions.xml │ ├── ns-Microsoft.AspNetCore.JsonPatch.Helpers.xml │ ├── ns-Microsoft.AspNetCore.JsonPatch.Internal.xml │ ├── ns-Microsoft.AspNetCore.JsonPatch.Operations.xml │ ├── ns-Microsoft.AspNetCore.JsonPatch.SystemTextJson.Adapters.xml │ ├── ns-Microsoft.AspNetCore.JsonPatch.SystemTextJson.Exceptions.xml │ ├── ns-Microsoft.AspNetCore.JsonPatch.SystemTextJson.Operations.xml │ ├── ns-Microsoft.AspNetCore.JsonPatch.SystemTextJson.xml │ ├── ns-Microsoft.AspNetCore.JsonPatch.xml │ ├── ns-Microsoft.AspNetCore.Localization.Routing.xml │ ├── ns-Microsoft.AspNetCore.Localization.xml │ ├── ns-Microsoft.AspNetCore.MiddlewareAnalysis.xml │ ├── ns-Microsoft.AspNetCore.Mvc.Abstractions.xml │ ├── ns-Microsoft.AspNetCore.Mvc.ActionConstraints.xml │ ├── ns-Microsoft.AspNetCore.Mvc.ApiExplorer.xml │ ├── ns-Microsoft.AspNetCore.Mvc.ApplicationModels.xml │ ├── ns-Microsoft.AspNetCore.Mvc.ApplicationParts.xml │ ├── ns-Microsoft.AspNetCore.Mvc.Authorization.xml │ ├── ns-Microsoft.AspNetCore.Mvc.Controllers.xml │ ├── ns-Microsoft.AspNetCore.Mvc.Core.Infrastructure.xml │ ├── ns-Microsoft.AspNetCore.Mvc.Cors.Internal.xml │ ├── ns-Microsoft.AspNetCore.Mvc.Cors.xml │ ├── ns-Microsoft.AspNetCore.Mvc.DataAnnotations.Internal.xml │ ├── ns-Microsoft.AspNetCore.Mvc.DataAnnotations.xml │ ├── ns-Microsoft.AspNetCore.Mvc.Diagnostics.xml │ ├── ns-Microsoft.AspNetCore.Mvc.Filters.xml │ ├── ns-Microsoft.AspNetCore.Mvc.Formatters.Internal.xml │ ├── ns-Microsoft.AspNetCore.Mvc.Formatters.Json.Internal.xml │ ├── ns-Microsoft.AspNetCore.Mvc.Formatters.Json.xml │ ├── ns-Microsoft.AspNetCore.Mvc.Formatters.Xml.Internal.xml │ ├── ns-Microsoft.AspNetCore.Mvc.Formatters.Xml.xml │ ├── ns-Microsoft.AspNetCore.Mvc.Formatters.xml │ ├── ns-Microsoft.AspNetCore.Mvc.Infrastructure.xml │ ├── ns-Microsoft.AspNetCore.Mvc.Internal.xml │ ├── ns-Microsoft.AspNetCore.Mvc.Localization.Internal.xml │ ├── ns-Microsoft.AspNetCore.Mvc.Localization.xml │ ├── ns-Microsoft.AspNetCore.Mvc.ModelBinding.Binders.xml │ ├── ns-Microsoft.AspNetCore.Mvc.ModelBinding.Internal.xml │ ├── ns-Microsoft.AspNetCore.Mvc.ModelBinding.Metadata.xml │ ├── ns-Microsoft.AspNetCore.Mvc.ModelBinding.Validation.xml │ ├── ns-Microsoft.AspNetCore.Mvc.ModelBinding.xml │ ├── ns-Microsoft.AspNetCore.Mvc.NewtonsoftJson.xml │ ├── ns-Microsoft.AspNetCore.Mvc.Razor.Compilation.xml │ ├── ns-Microsoft.AspNetCore.Mvc.Razor.Directives.xml │ ├── ns-Microsoft.AspNetCore.Mvc.Razor.Extensions.xml │ ├── ns-Microsoft.AspNetCore.Mvc.Razor.Host.Internal.xml │ ├── ns-Microsoft.AspNetCore.Mvc.Razor.Host.xml │ ├── ns-Microsoft.AspNetCore.Mvc.Razor.Infrastructure.xml │ ├── ns-Microsoft.AspNetCore.Mvc.Razor.Internal.xml │ ├── ns-Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation.xml │ ├── ns-Microsoft.AspNetCore.Mvc.Razor.TagHelpers.xml │ ├── ns-Microsoft.AspNetCore.Mvc.Razor.xml │ ├── ns-Microsoft.AspNetCore.Mvc.RazorPages.Infrastructure.xml │ ├── ns-Microsoft.AspNetCore.Mvc.RazorPages.Internal.xml │ ├── ns-Microsoft.AspNetCore.Mvc.RazorPages.xml │ ├── ns-Microsoft.AspNetCore.Mvc.Rendering.xml │ ├── ns-Microsoft.AspNetCore.Mvc.Routing.xml │ ├── ns-Microsoft.AspNetCore.Mvc.TagHelpers.Cache.xml │ ├── ns-Microsoft.AspNetCore.Mvc.TagHelpers.Internal.xml │ ├── ns-Microsoft.AspNetCore.Mvc.TagHelpers.xml │ ├── ns-Microsoft.AspNetCore.Mvc.Testing.Handlers.xml │ ├── ns-Microsoft.AspNetCore.Mvc.Testing.xml │ ├── ns-Microsoft.AspNetCore.Mvc.ViewComponents.xml │ ├── ns-Microsoft.AspNetCore.Mvc.ViewEngines.xml │ ├── ns-Microsoft.AspNetCore.Mvc.ViewFeatures.Buffers.xml │ ├── ns-Microsoft.AspNetCore.Mvc.ViewFeatures.Infrastructure.xml │ ├── ns-Microsoft.AspNetCore.Mvc.ViewFeatures.Internal.xml │ ├── ns-Microsoft.AspNetCore.Mvc.ViewFeatures.xml │ ├── ns-Microsoft.AspNetCore.Mvc.WebApiCompatShim.xml │ ├── ns-Microsoft.AspNetCore.Mvc.xml │ ├── ns-Microsoft.AspNetCore.NodeServices.HostingModels.xml │ ├── ns-Microsoft.AspNetCore.NodeServices.xml │ ├── ns-Microsoft.AspNetCore.OpenApi.xml │ ├── ns-Microsoft.AspNetCore.OutputCaching.StackExchangeRedis.xml │ ├── ns-Microsoft.AspNetCore.OutputCaching.xml │ ├── ns-Microsoft.AspNetCore.Owin.xml │ ├── ns-Microsoft.AspNetCore.Proxy.xml │ ├── ns-Microsoft.AspNetCore.RateLimiting.xml │ ├── ns-Microsoft.AspNetCore.Razor.Chunks.Generators.xml │ ├── ns-Microsoft.AspNetCore.Razor.Chunks.xml │ ├── ns-Microsoft.AspNetCore.Razor.CodeGenerators.Visitors.xml │ ├── ns-Microsoft.AspNetCore.Razor.CodeGenerators.xml │ ├── ns-Microsoft.AspNetCore.Razor.Compilation.TagHelpers.xml │ ├── ns-Microsoft.AspNetCore.Razor.Editor.xml │ ├── ns-Microsoft.AspNetCore.Razor.Generator.xml │ ├── ns-Microsoft.AspNetCore.Razor.Hosting.xml │ ├── ns-Microsoft.AspNetCore.Razor.Internal.xml │ ├── ns-Microsoft.AspNetCore.Razor.Language.CodeGeneration.xml │ ├── ns-Microsoft.AspNetCore.Razor.Language.Components.xml │ ├── ns-Microsoft.AspNetCore.Razor.Language.Extensions.xml │ ├── ns-Microsoft.AspNetCore.Razor.Language.Intermediate.xml │ ├── ns-Microsoft.AspNetCore.Razor.Language.xml │ ├── ns-Microsoft.AspNetCore.Razor.Parser.Internal.xml │ ├── ns-Microsoft.AspNetCore.Razor.Parser.SyntaxTree.xml │ ├── ns-Microsoft.AspNetCore.Razor.Parser.TagHelpers.Internal.xml │ ├── ns-Microsoft.AspNetCore.Razor.Parser.TagHelpers.xml │ ├── ns-Microsoft.AspNetCore.Razor.Parser.xml │ ├── ns-Microsoft.AspNetCore.Razor.Runtime.TagHelpers.xml │ ├── ns-Microsoft.AspNetCore.Razor.TagHelpers.xml │ ├── ns-Microsoft.AspNetCore.Razor.Tasks.xml │ ├── ns-Microsoft.AspNetCore.Razor.Text.xml │ ├── ns-Microsoft.AspNetCore.Razor.Tokenizer.Internal.xml │ ├── ns-Microsoft.AspNetCore.Razor.Tokenizer.Symbols.Internal.xml │ ├── ns-Microsoft.AspNetCore.Razor.Tokenizer.Symbols.xml │ ├── ns-Microsoft.AspNetCore.Razor.Tokenizer.xml │ ├── ns-Microsoft.AspNetCore.Razor.xml │ ├── ns-Microsoft.AspNetCore.RequestDecompression.xml │ ├── ns-Microsoft.AspNetCore.ResponseCaching.Internal.xml │ ├── ns-Microsoft.AspNetCore.ResponseCaching.xml │ ├── ns-Microsoft.AspNetCore.ResponseCompression.xml │ ├── ns-Microsoft.AspNetCore.Rewrite.Internal.ApacheModRewrite.xml │ ├── ns-Microsoft.AspNetCore.Rewrite.Internal.IISUrlRewrite.xml │ ├── ns-Microsoft.AspNetCore.Rewrite.Internal.PatternSegments.xml │ ├── ns-Microsoft.AspNetCore.Rewrite.Internal.UrlActions.xml │ ├── ns-Microsoft.AspNetCore.Rewrite.Internal.UrlMatches.xml │ ├── ns-Microsoft.AspNetCore.Rewrite.Internal.xml │ ├── ns-Microsoft.AspNetCore.Rewrite.xml │ ├── ns-Microsoft.AspNetCore.Routing.Constraints.xml │ ├── ns-Microsoft.AspNetCore.Routing.Internal.xml │ ├── ns-Microsoft.AspNetCore.Routing.Matching.xml │ ├── ns-Microsoft.AspNetCore.Routing.Patterns.xml │ ├── ns-Microsoft.AspNetCore.Routing.Template.xml │ ├── ns-Microsoft.AspNetCore.Routing.Tree.xml │ ├── ns-Microsoft.AspNetCore.Routing.xml │ ├── ns-Microsoft.AspNetCore.Server.HttpSys.xml │ ├── ns-Microsoft.AspNetCore.Server.IIS.Core.xml │ ├── ns-Microsoft.AspNetCore.Server.IIS.xml │ ├── ns-Microsoft.AspNetCore.Server.IISIntegration.xml │ ├── ns-Microsoft.AspNetCore.Server.Kestrel.Core.Adapter.Internal.xml │ ├── ns-Microsoft.AspNetCore.Server.Kestrel.Core.Features.xml │ ├── ns-Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http.xml │ ├── ns-Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.FlowControl.xml │ ├── ns-Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.HPack.xml │ ├── ns-Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.xml │ ├── ns-Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Infrastructure.xml │ ├── ns-Microsoft.AspNetCore.Server.Kestrel.Core.Internal.xml │ ├── ns-Microsoft.AspNetCore.Server.Kestrel.Core.xml │ ├── ns-Microsoft.AspNetCore.Server.Kestrel.Filter.Internal.xml │ ├── ns-Microsoft.AspNetCore.Server.Kestrel.Filter.xml │ ├── ns-Microsoft.AspNetCore.Server.Kestrel.Https.Internal.xml │ ├── ns-Microsoft.AspNetCore.Server.Kestrel.Https.xml │ ├── ns-Microsoft.AspNetCore.Server.Kestrel.Internal.Http.xml │ ├── ns-Microsoft.AspNetCore.Server.Kestrel.Internal.Infrastructure.xml │ ├── ns-Microsoft.AspNetCore.Server.Kestrel.Internal.Networking.xml │ ├── ns-Microsoft.AspNetCore.Server.Kestrel.Internal.System.Binary.xml │ ├── ns-Microsoft.AspNetCore.Server.Kestrel.Internal.System.Buffers.xml │ ├── ns-Microsoft.AspNetCore.Server.Kestrel.Internal.System.Collections.Sequences.xml │ ├── ns-Microsoft.AspNetCore.Server.Kestrel.Internal.System.IO.Pipelines.Testing.xml │ ├── ns-Microsoft.AspNetCore.Server.Kestrel.Internal.System.IO.Pipelines.xml │ ├── ns-Microsoft.AspNetCore.Server.Kestrel.Internal.System.Runtime.xml │ ├── ns-Microsoft.AspNetCore.Server.Kestrel.Internal.System.Text.Encodings.Web.Utf8.xml │ ├── ns-Microsoft.AspNetCore.Server.Kestrel.Internal.System.xml │ ├── ns-Microsoft.AspNetCore.Server.Kestrel.Internal.xml │ ├── ns-Microsoft.AspNetCore.Server.Kestrel.Transport.Abstractions.Internal.xml │ ├── ns-Microsoft.AspNetCore.Server.Kestrel.Transport.Experimental.Quic.xml │ ├── ns-Microsoft.AspNetCore.Server.Kestrel.Transport.Libuv.Internal.Networking.xml │ ├── ns-Microsoft.AspNetCore.Server.Kestrel.Transport.Libuv.Internal.xml │ ├── ns-Microsoft.AspNetCore.Server.Kestrel.Transport.Libuv.xml │ ├── ns-Microsoft.AspNetCore.Server.Kestrel.Transport.NamedPipes.xml │ ├── ns-Microsoft.AspNetCore.Server.Kestrel.Transport.Quic.xml │ ├── ns-Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.Internal.xml │ ├── ns-Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.xml │ ├── ns-Microsoft.AspNetCore.Server.Kestrel.xml │ ├── ns-Microsoft.AspNetCore.Server.WebListener.Internal.xml │ ├── ns-Microsoft.AspNetCore.Server.WebListener.xml │ ├── ns-Microsoft.AspNetCore.Session.xml │ ├── ns-Microsoft.AspNetCore.SignalR.Client.xml │ ├── ns-Microsoft.AspNetCore.SignalR.Internal.Protocol.xml │ ├── ns-Microsoft.AspNetCore.SignalR.Internal.xml │ ├── ns-Microsoft.AspNetCore.SignalR.Protocol.xml │ ├── ns-Microsoft.AspNetCore.SignalR.Redis.Internal.xml │ ├── ns-Microsoft.AspNetCore.SignalR.Redis.xml │ ├── ns-Microsoft.AspNetCore.SignalR.Specification.Tests.xml │ ├── ns-Microsoft.AspNetCore.SignalR.StackExchangeRedis.Internal.xml │ ├── ns-Microsoft.AspNetCore.SignalR.StackExchangeRedis.xml │ ├── ns-Microsoft.AspNetCore.SignalR.xml │ ├── ns-Microsoft.AspNetCore.SpaServices.AngularCli.xml │ ├── ns-Microsoft.AspNetCore.SpaServices.Prerendering.xml │ ├── ns-Microsoft.AspNetCore.SpaServices.ReactDevelopmentServer.xml │ ├── ns-Microsoft.AspNetCore.SpaServices.StaticFiles.xml │ ├── ns-Microsoft.AspNetCore.SpaServices.Webpack.xml │ ├── ns-Microsoft.AspNetCore.SpaServices.xml │ ├── ns-Microsoft.AspNetCore.StaticAssets.Infrastructure.xml │ ├── ns-Microsoft.AspNetCore.StaticAssets.xml │ ├── ns-Microsoft.AspNetCore.StaticFiles.Infrastructure.xml │ ├── ns-Microsoft.AspNetCore.StaticFiles.xml │ ├── ns-Microsoft.AspNetCore.Telemetry.xml │ ├── ns-Microsoft.AspNetCore.TestHost.xml │ ├── ns-Microsoft.AspNetCore.Testing.xml │ ├── ns-Microsoft.AspNetCore.WebSockets.Internal.xml │ ├── ns-Microsoft.AspNetCore.WebSockets.Protocol.xml │ ├── ns-Microsoft.AspNetCore.WebSockets.Server.xml │ ├── ns-Microsoft.AspNetCore.WebSockets.xml │ ├── ns-Microsoft.AspNetCore.WebUtilities.xml │ ├── ns-Microsoft.AspNetCore.xml │ ├── ns-Microsoft.Authentication.WebAssembly.Msal.Models.xml │ ├── ns-Microsoft.Authentication.WebAssembly.Msal.xml │ ├── ns-Microsoft.CodeAnalysis.Razor.xml │ ├── ns-Microsoft.Extensions.Caching.Distributed.xml │ ├── ns-Microsoft.Extensions.Caching.Hybrid.xml │ ├── ns-Microsoft.Extensions.Caching.Memory.xml │ ├── ns-Microsoft.Extensions.Caching.StackExchangeRedis.xml │ ├── ns-Microsoft.Extensions.Configuration.CommandLine.xml │ ├── ns-Microsoft.Extensions.Configuration.EnvironmentVariables.xml │ ├── ns-Microsoft.Extensions.Configuration.Ini.xml │ ├── ns-Microsoft.Extensions.Configuration.Json.xml │ ├── ns-Microsoft.Extensions.Configuration.KeyPerFile.xml │ ├── ns-Microsoft.Extensions.Configuration.Memory.xml │ ├── ns-Microsoft.Extensions.Configuration.UserSecrets.xml │ ├── ns-Microsoft.Extensions.Configuration.Xml.xml │ ├── ns-Microsoft.Extensions.Configuration.xml │ ├── ns-Microsoft.Extensions.DependencyInjection.Extensions.xml │ ├── ns-Microsoft.Extensions.DependencyInjection.xml │ ├── ns-Microsoft.Extensions.Diagnostics.HealthChecks.xml │ ├── ns-Microsoft.Extensions.FileProviders.Composite.xml │ ├── ns-Microsoft.Extensions.FileProviders.Embedded.xml │ ├── ns-Microsoft.Extensions.FileProviders.Internal.xml │ ├── ns-Microsoft.Extensions.FileProviders.Physical.xml │ ├── ns-Microsoft.Extensions.FileProviders.xml │ ├── ns-Microsoft.Extensions.FileSystemGlobbing.Abstractions.xml │ ├── ns-Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments.xml │ ├── ns-Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.xml │ ├── ns-Microsoft.Extensions.FileSystemGlobbing.Internal.Patterns.xml │ ├── ns-Microsoft.Extensions.FileSystemGlobbing.Internal.xml │ ├── ns-Microsoft.Extensions.FileSystemGlobbing.xml │ ├── ns-Microsoft.Extensions.Hosting.Internal.xml │ ├── ns-Microsoft.Extensions.Hosting.xml │ ├── ns-Microsoft.Extensions.Http.Logging.xml │ ├── ns-Microsoft.Extensions.Http.xml │ ├── ns-Microsoft.Extensions.Internal.xml │ ├── ns-Microsoft.Extensions.Localization.Internal.xml │ ├── ns-Microsoft.Extensions.Localization.xml │ ├── ns-Microsoft.Extensions.Logging.Abstractions.xml │ ├── ns-Microsoft.Extensions.Logging.Configuration.xml │ ├── ns-Microsoft.Extensions.Logging.Console.xml │ ├── ns-Microsoft.Extensions.Logging.Debug.xml │ ├── ns-Microsoft.Extensions.Logging.EventLog.xml │ ├── ns-Microsoft.Extensions.Logging.EventSource.xml │ ├── ns-Microsoft.Extensions.Logging.TraceSource.xml │ ├── ns-Microsoft.Extensions.Logging.xml │ ├── ns-Microsoft.Extensions.ObjectPool.xml │ ├── ns-Microsoft.Extensions.Options.xml │ ├── ns-Microsoft.Extensions.Primitives.xml │ ├── ns-Microsoft.Extensions.WebEncoders.Testing.xml │ ├── ns-Microsoft.Extensions.WebEncoders.xml │ ├── ns-Microsoft.JSInterop.Implementation.xml │ ├── ns-Microsoft.JSInterop.Infrastructure.xml │ ├── ns-Microsoft.JSInterop.Internal.xml │ ├── ns-Microsoft.JSInterop.WebAssembly.xml │ ├── ns-Microsoft.JSInterop.xml │ ├── ns-Microsoft.Net.Http.Headers.xml │ ├── ns-Microsoft.Net.Http.Server.xml │ ├── ns-Microsoft.Net.WebSockets.xml │ ├── ns-Microsoft.Owin.Builder.xml │ ├── ns-Microsoft.Owin.BuilderProperties.xml │ ├── ns-Microsoft.Owin.Cors.xml │ ├── ns-Microsoft.Owin.Diagnostics.Views.xml │ ├── ns-Microsoft.Owin.Diagnostics.xml │ ├── ns-Microsoft.Owin.Extensions.xml │ ├── ns-Microsoft.Owin.FileSystems.xml │ ├── ns-Microsoft.Owin.Helpers.xml │ ├── ns-Microsoft.Owin.Host.HttpListener.xml │ ├── ns-Microsoft.Owin.Host.SystemWeb.xml │ ├── ns-Microsoft.Owin.Hosting.Builder.xml │ ├── ns-Microsoft.Owin.Hosting.Engine.xml │ ├── ns-Microsoft.Owin.Hosting.Loader.xml │ ├── ns-Microsoft.Owin.Hosting.ServerFactory.xml │ ├── ns-Microsoft.Owin.Hosting.Services.xml │ ├── ns-Microsoft.Owin.Hosting.Starter.xml │ ├── ns-Microsoft.Owin.Hosting.Tracing.xml │ ├── ns-Microsoft.Owin.Hosting.Utilities.xml │ ├── ns-Microsoft.Owin.Hosting.xml │ ├── ns-Microsoft.Owin.Infrastructure.xml │ ├── ns-Microsoft.Owin.Logging.xml │ ├── ns-Microsoft.Owin.Mapping.xml │ ├── ns-Microsoft.Owin.Security.ActiveDirectory.xml │ ├── ns-Microsoft.Owin.Security.Cookies.xml │ ├── ns-Microsoft.Owin.Security.DataHandler.Encoder.xml │ ├── ns-Microsoft.Owin.Security.DataHandler.Serializer.xml │ ├── ns-Microsoft.Owin.Security.DataHandler.xml │ ├── ns-Microsoft.Owin.Security.DataProtection.xml │ ├── ns-Microsoft.Owin.Security.Facebook.xml │ ├── ns-Microsoft.Owin.Security.Google.xml │ ├── ns-Microsoft.Owin.Security.Infrastructure.xml │ ├── ns-Microsoft.Owin.Security.Interop.xml │ ├── ns-Microsoft.Owin.Security.Jwt.xml │ ├── ns-Microsoft.Owin.Security.MicrosoftAccount.xml │ ├── ns-Microsoft.Owin.Security.Notifications.xml │ ├── ns-Microsoft.Owin.Security.OAuth.Messages.xml │ ├── ns-Microsoft.Owin.Security.OAuth.xml │ ├── ns-Microsoft.Owin.Security.OpenIdConnect.xml │ ├── ns-Microsoft.Owin.Security.Provider.xml │ ├── ns-Microsoft.Owin.Security.Twitter.Messages.xml │ ├── ns-Microsoft.Owin.Security.Twitter.xml │ ├── ns-Microsoft.Owin.Security.WsFederation.xml │ ├── ns-Microsoft.Owin.Security.xml │ ├── ns-Microsoft.Owin.StaticFiles.ContentTypes.xml │ ├── ns-Microsoft.Owin.StaticFiles.DirectoryFormatters.xml │ ├── ns-Microsoft.Owin.StaticFiles.Infrastructure.xml │ ├── ns-Microsoft.Owin.StaticFiles.xml │ ├── ns-Microsoft.Owin.Testing.xml │ ├── ns-Microsoft.Owin.xml │ ├── ns-Microsoft.VisualStudio.Web.CodeGeneration.CommandLine.xml │ ├── ns-Microsoft.VisualStudio.Web.CodeGeneration.Contracts.FileSystemChange.xml │ ├── ns-Microsoft.VisualStudio.Web.CodeGeneration.Contracts.Messaging.xml │ ├── ns-Microsoft.VisualStudio.Web.CodeGeneration.Contracts.ProjectModel.xml │ ├── ns-Microsoft.VisualStudio.Web.CodeGeneration.Design.xml │ ├── ns-Microsoft.VisualStudio.Web.CodeGeneration.DotNet.xml │ ├── ns-Microsoft.VisualStudio.Web.CodeGeneration.EntityFrameworkCore.xml │ ├── ns-Microsoft.VisualStudio.Web.CodeGeneration.Templating.Compilation.xml │ ├── ns-Microsoft.VisualStudio.Web.CodeGeneration.Templating.xml │ ├── ns-Microsoft.VisualStudio.Web.CodeGeneration.Utils.Messaging.xml │ ├── ns-Microsoft.VisualStudio.Web.CodeGeneration.Utils.xml │ ├── ns-Microsoft.VisualStudio.Web.CodeGeneration.xml │ ├── ns-Microsoft.VisualStudio.Web.CodeGenerators.Mvc.Areas.xml │ ├── ns-Microsoft.VisualStudio.Web.CodeGenerators.Mvc.Controller.xml │ ├── ns-Microsoft.VisualStudio.Web.CodeGenerators.Mvc.Dependency.xml │ ├── ns-Microsoft.VisualStudio.Web.CodeGenerators.Mvc.Identity.xml │ ├── ns-Microsoft.VisualStudio.Web.CodeGenerators.Mvc.Razor.xml │ ├── ns-Microsoft.VisualStudio.Web.CodeGenerators.Mvc.View.xml │ ├── ns-Microsoft.VisualStudio.Web.CodeGenerators.Mvc.xml │ ├── ns-Microsoft.Win32.SafeHandles.xml │ ├── ns-Microsoft.Win32.xml │ ├── ns-Mono.WebAssembly.Interop.xml │ ├── ns-Owin.xml │ ├── ns-Polly.xml │ ├── ns-System.Formats.Cbor.xml │ ├── ns-System.Net.Http.Formatting.xml │ ├── ns-System.Net.Http.Handlers.xml │ ├── ns-System.Net.Http.Headers.xml │ ├── ns-System.Net.Http.xml │ ├── ns-System.Runtime.CompilerServices.xml │ ├── ns-System.Security.AccessControl.xml │ ├── ns-System.Security.Claims.xml │ ├── ns-System.Threading.RateLimiting.xml │ ├── ns-System.Threading.xml │ ├── ns-System.Web.Cors.xml │ ├── ns-System.Web.Http.Batch.xml │ ├── ns-System.Web.Http.Controllers.xml │ ├── ns-System.Web.Http.Cors.Tracing.xml │ ├── ns-System.Web.Http.Cors.xml │ ├── ns-System.Web.Http.Dependencies.xml │ ├── ns-System.Web.Http.Description.xml │ ├── ns-System.Web.Http.Dispatcher.xml │ ├── ns-System.Web.Http.ExceptionHandling.xml │ ├── ns-System.Web.Http.Filters.xml │ ├── ns-System.Web.Http.Hosting.xml │ ├── ns-System.Web.Http.Metadata.Providers.xml │ ├── ns-System.Web.Http.Metadata.xml │ ├── ns-System.Web.Http.ModelBinding.Binders.xml │ ├── ns-System.Web.Http.ModelBinding.xml │ ├── ns-System.Web.Http.Owin.xml │ ├── ns-System.Web.Http.Results.xml │ ├── ns-System.Web.Http.Routing.Constraints.xml │ ├── ns-System.Web.Http.Routing.xml │ ├── ns-System.Web.Http.SelfHost.Channels.xml │ ├── ns-System.Web.Http.SelfHost.xml │ ├── ns-System.Web.Http.Services.xml │ ├── ns-System.Web.Http.Tracing.xml │ ├── ns-System.Web.Http.Validation.Providers.xml │ ├── ns-System.Web.Http.Validation.Validators.xml │ ├── ns-System.Web.Http.Validation.xml │ ├── ns-System.Web.Http.ValueProviders.Providers.xml │ ├── ns-System.Web.Http.ValueProviders.xml │ ├── ns-System.Web.Http.WebHost.xml │ ├── ns-System.Web.Http.xml │ ├── ns-Yarp.ReverseProxy.Configuration.ClusterValidators.xml │ ├── ns-Yarp.ReverseProxy.Configuration.RouteValidators.xml │ ├── ns-Yarp.ReverseProxy.Configuration.xml │ ├── ns-Yarp.ReverseProxy.Delegation.xml │ ├── ns-Yarp.ReverseProxy.Forwarder.xml │ ├── ns-Yarp.ReverseProxy.Health.xml │ ├── ns-Yarp.ReverseProxy.LoadBalancing.xml │ ├── ns-Yarp.ReverseProxy.Model.xml │ ├── ns-Yarp.ReverseProxy.ServiceDiscovery.xml │ ├── ns-Yarp.ReverseProxy.SessionAffinity.xml │ ├── ns-Yarp.ReverseProxy.Transforms.Builder.xml │ ├── ns-Yarp.ReverseProxy.Transforms.xml │ ├── ns-Yarp.ReverseProxy.Utilities.Tls.xml │ ├── ns-Yarp.ReverseProxy.Utilities.xml │ ├── ns-Yarp.ReverseProxy.xml │ └── ns-Yarp.Telemetry.Consumption.xml ├── aspnet-mvc ├── breadcrumb │ └── toc.yml ├── docfx.json └── xml │ ├── FrameworksIndex │ ├── aspnet-mvc-5.2.xml │ └── aspnet-webpages-3.2.xml │ ├── Microsoft.Web.WebPages.OAuth │ ├── AuthenticationClientData.xml │ ├── OAuthAccount.xml │ ├── OAuthWebSecurity.xml │ └── PreApplicationStartCode.xml │ ├── PackageInformation │ ├── aspnet-mvc-5.2.json │ └── aspnet-webpages-3.2.json │ ├── System.Web.Helpers │ ├── AntiForgery.xml │ ├── AntiForgeryConfig.xml │ ├── Chart.xml │ ├── ChartTheme.xml │ ├── Crypto.xml │ ├── DynamicJsonArray.xml │ ├── DynamicJsonObject.xml │ ├── IAntiForgeryAdditionalDataProvider.xml │ ├── Json.xml │ ├── ObjectInfo.xml │ ├── ServerInfo.xml │ ├── SortDirection.xml │ ├── UnvalidatedRequestValues.xml │ ├── Validation.xml │ ├── WebCache.xml │ ├── WebGrid.xml │ ├── WebGridColumn.xml │ ├── WebGridPagerModes.xml │ ├── WebGridRow.xml │ ├── WebImage.xml │ └── WebMail.xml │ ├── System.Web.Mvc.Ajax │ ├── AjaxExtensions.xml │ ├── AjaxOptions.xml │ └── InsertionMode.xml │ ├── System.Web.Mvc.Async │ ├── AsyncActionDescriptor.xml │ ├── AsyncControllerActionInvoker.xml │ ├── AsyncManager.xml │ ├── IAsyncActionInvoker.xml │ ├── IAsyncActionInvokerFactory.xml │ ├── IAsyncController.xml │ ├── IAsyncManagerContainer.xml │ ├── OperationCounter.xml │ ├── ReflectedAsyncActionDescriptor.xml │ ├── ReflectedAsyncControllerDescriptor.xml │ ├── SynchronousOperationException.xml │ └── TaskAsyncActionDescriptor.xml │ ├── System.Web.Mvc.Filters │ ├── AuthenticationChallengeContext.xml │ ├── AuthenticationContext.xml │ ├── IAuthenticationFilter.xml │ └── IOverrideFilter.xml │ ├── System.Web.Mvc.Html │ ├── ChildActionExtensions.xml │ ├── DisplayExtensions.xml │ ├── DisplayNameExtensions.xml │ ├── DisplayTextExtensions.xml │ ├── EditorExtensions.xml │ ├── EnumHelper.xml │ ├── FormExtensions.xml │ ├── InputExtensions.xml │ ├── LabelExtensions.xml │ ├── LinkExtensions.xml │ ├── MvcForm.xml │ ├── NameExtensions.xml │ ├── PartialExtensions.xml │ ├── RenderPartialExtensions.xml │ ├── SelectExtensions.xml │ ├── TextAreaExtensions.xml │ ├── ValidationExtensions.xml │ └── ValueExtensions.xml │ ├── System.Web.Mvc.Razor │ ├── MvcCSharpRazorCodeParser.xml │ ├── MvcVBRazorCodeParser.xml │ └── MvcWebPageRazorHost.xml │ ├── System.Web.Mvc.Routing.Constraints │ ├── AlphaRouteConstraint.xml │ ├── BoolRouteConstraint.xml │ ├── CompoundRouteConstraint.xml │ ├── DateTimeRouteConstraint.xml │ ├── DecimalRouteConstraint.xml │ ├── DoubleRouteConstraint.xml │ ├── FloatRouteConstraint.xml │ ├── GuidRouteConstraint.xml │ ├── IntRouteConstraint.xml │ ├── LengthRouteConstraint.xml │ ├── LongRouteConstraint.xml │ ├── MaxLengthRouteConstraint.xml │ ├── MaxRouteConstraint.xml │ ├── MinLengthRouteConstraint.xml │ ├── MinRouteConstraint.xml │ ├── OptionalRouteConstraint.xml │ ├── RangeRouteConstraint.xml │ └── RegexRouteConstraint.xml │ ├── System.Web.Mvc.Routing │ ├── DefaultDirectRouteProvider.xml │ ├── DefaultInlineConstraintResolver.xml │ ├── DirectRouteFactoryContext.xml │ ├── IDirectRouteBuilder.xml │ ├── IDirectRouteFactory.xml │ ├── IDirectRouteProvider.xml │ ├── IInlineConstraintResolver.xml │ ├── IRouteInfoProvider.xml │ ├── IRoutePrefix.xml │ ├── RouteBuilder.xml │ ├── RouteEntry.xml │ └── RouteFactoryAttribute.xml │ ├── System.Web.Mvc │ ├── AcceptVerbsAttribute.xml │ ├── ActionDescriptor.xml │ ├── ActionExecutedContext.xml │ ├── ActionExecutingContext.xml │ ├── ActionFilterAttribute.xml │ ├── ActionMethodSelectorAttribute.xml │ ├── ActionNameAttribute.xml │ ├── ActionNameSelectorAttribute.xml │ ├── ActionResult.xml │ ├── ActionSelector.xml │ ├── AdditionalMetadataAttribute.xml │ ├── AjaxHelper.xml │ ├── AjaxHelper`1.xml │ ├── AjaxRequestExtensions.xml │ ├── AllowAnonymousAttribute.xml │ ├── AllowHtmlAttribute.xml │ ├── AreaReference.xml │ ├── AreaRegistration.xml │ ├── AreaRegistrationContext.xml │ ├── AssociatedMetadataProvider.xml │ ├── AssociatedValidatorProvider.xml │ ├── AsyncController.xml │ ├── AsyncTimeoutAttribute.xml │ ├── AuthorizationContext.xml │ ├── AuthorizeAttribute.xml │ ├── BindAttribute.xml │ ├── BuildManagerCompiledView.xml │ ├── BuildManagerViewEngine.xml │ ├── ByteArrayModelBinder.xml │ ├── CachedAssociatedMetadataProvider`1.xml │ ├── CachedDataAnnotationsMetadataAttributes.xml │ ├── CachedDataAnnotationsModelMetadata.xml │ ├── CachedDataAnnotationsModelMetadataProvider.xml │ ├── CachedModelMetadata`1.xml │ ├── CancellationTokenModelBinder.xml │ ├── ChildActionOnlyAttribute.xml │ ├── ChildActionValueProvider.xml │ ├── ChildActionValueProviderFactory.xml │ ├── ClientDataTypeModelValidatorProvider.xml │ ├── CompareAttribute.xml │ ├── ContentResult.xml │ ├── Controller.xml │ ├── ControllerActionInvoker.xml │ ├── ControllerBase.xml │ ├── ControllerBuilder.xml │ ├── ControllerContext.xml │ ├── ControllerDescriptor.xml │ ├── ControllerInstanceFilterProvider.xml │ ├── CustomModelBinderAttribute.xml │ ├── DataAnnotationsModelMetadata.xml │ ├── DataAnnotationsModelMetadataProvider.xml │ ├── DataAnnotationsModelValidationFactory.xml │ ├── DataAnnotationsModelValidator.xml │ ├── DataAnnotationsModelValidatorProvider.xml │ ├── DataAnnotationsModelValidator`1.xml │ ├── DataAnnotationsValidatableObjectAdapterFactory.xml │ ├── DataErrorInfoModelValidatorProvider.xml │ ├── DefaultControllerFactory.xml │ ├── DefaultModelBinder.xml │ ├── DefaultViewLocationCache.xml │ ├── DependencyResolver.xml │ ├── DependencyResolverExtensions.xml │ ├── DictionaryValueProvider`1.xml │ ├── EmptyModelMetadataProvider.xml │ ├── EmptyModelValidatorProvider.xml │ ├── EmptyResult.xml │ ├── ExceptionContext.xml │ ├── ExpressionHelper.xml │ ├── FieldValidationMetadata.xml │ ├── FileContentResult.xml │ ├── FilePathResult.xml │ ├── FileResult.xml │ ├── FileStreamResult.xml │ ├── Filter.xml │ ├── FilterAttribute.xml │ ├── FilterAttributeFilterProvider.xml │ ├── FilterInfo.xml │ ├── FilterProviderCollection.xml │ ├── FilterProviders.xml │ ├── FilterScope.xml │ ├── FormCollection.xml │ ├── FormContext.xml │ ├── FormMethod.xml │ ├── FormValueProvider.xml │ ├── FormValueProviderFactory.xml │ ├── GlobalFilterCollection.xml │ ├── GlobalFilters.xml │ ├── HandleErrorAttribute.xml │ ├── HandleErrorInfo.xml │ ├── HiddenInputAttribute.xml │ ├── Html5DateRenderingMode.xml │ ├── HtmlHelper.xml │ ├── HtmlHelper`1.xml │ ├── HttpAntiForgeryException.xml │ ├── HttpDeleteAttribute.xml │ ├── HttpFileCollectionValueProvider.xml │ ├── HttpFileCollectionValueProviderFactory.xml │ ├── HttpGetAttribute.xml │ ├── HttpHeadAttribute.xml │ ├── HttpNotFoundResult.xml │ ├── HttpOptionsAttribute.xml │ ├── HttpPatchAttribute.xml │ ├── HttpPostAttribute.xml │ ├── HttpPostedFileBaseModelBinder.xml │ ├── HttpPutAttribute.xml │ ├── HttpRequestExtensions.xml │ ├── HttpStatusCodeResult.xml │ ├── HttpUnauthorizedResult.xml │ ├── HttpVerbs.xml │ ├── IActionFilter.xml │ ├── IActionInvoker.xml │ ├── IActionInvokerFactory.xml │ ├── IAuthorizationFilter.xml │ ├── IClientValidatable.xml │ ├── IController.xml │ ├── IControllerActivator.xml │ ├── IControllerFactory.xml │ ├── IDependencyResolver.xml │ ├── IEnumerableValueProvider.xml │ ├── IExceptionFilter.xml │ ├── IFilterProvider.xml │ ├── IMetadataAware.xml │ ├── IMethodInfoActionDescriptor.xml │ ├── IModelBinder.xml │ ├── IModelBinderProvider.xml │ ├── IMvcFilter.xml │ ├── IResultFilter.xml │ ├── IRouteWithArea.xml │ ├── ITempDataProvider.xml │ ├── ITempDataProviderFactory.xml │ ├── IUnvalidatedValueProvider.xml │ ├── IValueProvider.xml │ ├── IView.xml │ ├── IViewDataContainer.xml │ ├── IViewEngine.xml │ ├── IViewLocationCache.xml │ ├── IViewPageActivator.xml │ ├── InputType.xml │ ├── JQueryFormValueProvider.xml │ ├── JQueryFormValueProviderFactory.xml │ ├── JavaScriptResult.xml │ ├── JsonRequestBehavior.xml │ ├── JsonResult.xml │ ├── JsonValueProviderFactory.xml │ ├── LinqBinaryModelBinder.xml │ ├── MaxLengthAttributeAdapter.xml │ ├── MinLengthAttributeAdapter.xml │ ├── ModelBinderAttribute.xml │ ├── ModelBinderDictionary.xml │ ├── ModelBinderProviderCollection.xml │ ├── ModelBinderProviders.xml │ ├── ModelBinders.xml │ ├── ModelBindingContext.xml │ ├── ModelClientValidationEqualToRule.xml │ ├── ModelClientValidationMaxLengthRule.xml │ ├── ModelClientValidationMinLengthRule.xml │ ├── ModelClientValidationRangeRule.xml │ ├── ModelClientValidationRegexRule.xml │ ├── ModelClientValidationRemoteRule.xml │ ├── ModelClientValidationRequiredRule.xml │ ├── ModelClientValidationRule.xml │ ├── ModelClientValidationStringLengthRule.xml │ ├── ModelError.xml │ ├── ModelErrorCollection.xml │ ├── ModelMetadata.xml │ ├── ModelMetadataProvider.xml │ ├── ModelMetadataProviders.xml │ ├── ModelState.xml │ ├── ModelStateDictionary.xml │ ├── ModelValidationResult.xml │ ├── ModelValidator.xml │ ├── ModelValidatorProvider.xml │ ├── ModelValidatorProviderCollection.xml │ ├── ModelValidatorProviders.xml │ ├── MultiSelectList.xml │ ├── MvcFilter.xml │ ├── MvcHandler.xml │ ├── MvcHtmlString.xml │ ├── MvcHttpHandler.xml │ ├── MvcRouteHandler.xml │ ├── MvcWebRazorHostFactory.xml │ ├── NameValueCollectionExtensions.xml │ ├── NameValueCollectionValueProvider.xml │ ├── NoAsyncTimeoutAttribute.xml │ ├── NonActionAttribute.xml │ ├── OutputCacheAttribute.xml │ ├── OverrideActionFiltersAttribute.xml │ ├── OverrideAuthenticationAttribute.xml │ ├── OverrideAuthorizationAttribute.xml │ ├── OverrideExceptionFiltersAttribute.xml │ ├── OverrideResultFiltersAttribute.xml │ ├── ParameterBindingInfo.xml │ ├── ParameterDescriptor.xml │ ├── PartialViewResult.xml │ ├── PreApplicationStartCode.xml │ ├── QueryStringValueProvider.xml │ ├── QueryStringValueProviderFactory.xml │ ├── RangeAttributeAdapter.xml │ ├── RazorView.xml │ ├── RazorViewEngine.xml │ ├── RedirectResult.xml │ ├── RedirectToRouteResult.xml │ ├── ReflectedActionDescriptor.xml │ ├── ReflectedControllerDescriptor.xml │ ├── ReflectedParameterDescriptor.xml │ ├── RegularExpressionAttributeAdapter.xml │ ├── RemoteAttribute.xml │ ├── RequireHttpsAttribute.xml │ ├── RequiredAttributeAdapter.xml │ ├── ResultExecutedContext.xml │ ├── ResultExecutingContext.xml │ ├── RouteAreaAttribute.xml │ ├── RouteAttribute.xml │ ├── RouteCollectionAttributeRoutingExtensions.xml │ ├── RouteCollectionExtensions.xml │ ├── RouteDataValueProvider.xml │ ├── RouteDataValueProviderFactory.xml │ ├── RoutePrefixAttribute.xml │ ├── SelectList.xml │ ├── SelectListGroup.xml │ ├── SelectListItem.xml │ ├── SessionStateAttribute.xml │ ├── SessionStateTempDataProvider.xml │ ├── StringLengthAttributeAdapter.xml │ ├── TagBuilder.xml │ ├── TagRenderMode.xml │ ├── TempDataDictionary.xml │ ├── TemplateInfo.xml │ ├── UnobtrusiveValidationAttributesGenerator.xml │ ├── UrlHelper.xml │ ├── UrlParameter.xml │ ├── ValidatableObjectAdapter.xml │ ├── ValidateAntiForgeryTokenAttribute.xml │ ├── ValidateInputAttribute.xml │ ├── ValueProviderCollection.xml │ ├── ValueProviderDictionary.xml │ ├── ValueProviderFactories.xml │ ├── ValueProviderFactory.xml │ ├── ValueProviderFactoryCollection.xml │ ├── ValueProviderResult.xml │ ├── ViewContext.xml │ ├── ViewDataDictionary.xml │ ├── ViewDataDictionary`1.xml │ ├── ViewDataInfo.xml │ ├── ViewEngineCollection.xml │ ├── ViewEngineResult.xml │ ├── ViewEngines.xml │ ├── ViewMasterPage.xml │ ├── ViewMasterPage`1.xml │ ├── ViewPage.xml │ ├── ViewPage`1.xml │ ├── ViewResult.xml │ ├── ViewResultBase.xml │ ├── ViewStartPage.xml │ ├── ViewTemplateUserControl.xml │ ├── ViewTemplateUserControl`1.xml │ ├── ViewType.xml │ ├── ViewUserControl.xml │ ├── ViewUserControl`1.xml │ ├── VirtualPathProviderViewEngine.xml │ ├── WebFormView.xml │ ├── WebFormViewEngine.xml │ ├── WebViewPage.xml │ └── WebViewPage`1.xml │ ├── System.Web.Razor.Editor │ ├── EditResult.xml │ ├── EditorHints.xml │ ├── ImplicitExpressionEditHandler.xml │ ├── SingleLineMarkupEditHandler.xml │ └── SpanEditHandler.xml │ ├── System.Web.Razor.Generator │ ├── AddImportCodeGenerator.xml │ ├── AttributeBlockCodeGenerator.xml │ ├── BlockCodeGenerator.xml │ ├── CSharpRazorCodeGenerator.xml │ ├── CodeGenerationCompleteEventArgs.xml │ ├── CodeGeneratorContext.xml │ ├── DynamicAttributeBlockCodeGenerator.xml │ ├── ExpressionCodeGenerator.xml │ ├── ExpressionRenderingMode.xml │ ├── GeneratedClassContext.xml │ ├── GeneratedCodeMapping.xml │ ├── HelperCodeGenerator.xml │ ├── HybridCodeGenerator.xml │ ├── IBlockCodeGenerator.xml │ ├── ISpanCodeGenerator.xml │ ├── LiteralAttributeCodeGenerator.xml │ ├── MarkupCodeGenerator.xml │ ├── RazorCodeGenerator.xml │ ├── RazorCommentCodeGenerator.xml │ ├── RazorDirectiveAttributeCodeGenerator.xml │ ├── ResolveUrlCodeGenerator.xml │ ├── SectionCodeGenerator.xml │ ├── SetBaseTypeCodeGenerator.xml │ ├── SetLayoutCodeGenerator.xml │ ├── SetVBOptionCodeGenerator.xml │ ├── SpanCodeGenerator.xml │ ├── StatementCodeGenerator.xml │ ├── TemplateBlockCodeGenerator.xml │ ├── TypeMemberCodeGenerator.xml │ └── VBRazorCodeGenerator.xml │ ├── System.Web.Razor.Parser.SyntaxTree │ ├── AcceptedCharacters.xml │ ├── AutoCompleteEditHandler.xml │ ├── Block.xml │ ├── BlockBuilder.xml │ ├── BlockType.xml │ ├── RazorError.xml │ ├── Span.xml │ ├── SpanBuilder.xml │ ├── SpanKind.xml │ └── SyntaxTreeNode.xml │ ├── System.Web.Razor.Parser │ ├── BalancingModes.xml │ ├── CSharpCodeParser+Block.xml │ ├── CSharpCodeParser.xml │ ├── CSharpLanguageCharacteristics.xml │ ├── CallbackVisitor.xml │ ├── HtmlLanguageCharacteristics.xml │ ├── HtmlMarkupParser.xml │ ├── LanguageCharacteristics`3.xml │ ├── ParserBase.xml │ ├── ParserContext.xml │ ├── ParserHelpers.xml │ ├── ParserVisitor.xml │ ├── ParserVisitorExtensions.xml │ ├── RazorParser.xml │ ├── SyntaxConstants+CSharp.xml │ ├── SyntaxConstants+VB.xml │ ├── SyntaxConstants.xml │ ├── TokenizerBackedParser`3.xml │ ├── VBCodeParser.xml │ └── VBLanguageCharacteristics.xml │ ├── System.Web.Razor.Text │ ├── BufferingTextReader.xml │ ├── ITextBuffer.xml │ ├── ITextDocument.xml │ ├── LocationTagged`1.xml │ ├── LookaheadTextReader.xml │ ├── LookaheadToken.xml │ ├── SeekableTextReader.xml │ ├── SourceLocation.xml │ ├── SourceLocationTracker.xml │ ├── TextBufferReader.xml │ ├── TextChange.xml │ ├── TextChangeType.xml │ └── TextDocumentReader.xml │ ├── System.Web.Razor.Tokenizer.Symbols │ ├── CSharpKeyword.xml │ ├── CSharpSymbol.xml │ ├── CSharpSymbolType.xml │ ├── HtmlSymbol.xml │ ├── HtmlSymbolType.xml │ ├── ISymbol.xml │ ├── KnownSymbolType.xml │ ├── SymbolBase`1.xml │ ├── SymbolExtensions.xml │ ├── VBKeyword.xml │ ├── VBSymbol.xml │ └── VBSymbolType.xml │ ├── System.Web.Razor.Tokenizer │ ├── CSharpHelpers.xml │ ├── CSharpTokenizer.xml │ ├── HtmlTokenizer.xml │ ├── ITokenizer.xml │ ├── TokenizerView`3.xml │ ├── Tokenizer`2.xml │ ├── VBHelpers.xml │ └── VBTokenizer.xml │ ├── System.Web.Razor │ ├── CSharpRazorCodeLanguage.xml │ ├── DocumentParseCompleteEventArgs.xml │ ├── GeneratorResults.xml │ ├── ParserResults.xml │ ├── PartialParseResult.xml │ ├── RazorCodeLanguage.xml │ ├── RazorDirectiveAttribute.xml │ ├── RazorEditorParser.xml │ ├── RazorEngineHost.xml │ ├── RazorTemplateEngine.xml │ ├── StateMachine`1+State.xml │ ├── StateMachine`1+StateResult.xml │ ├── StateMachine`1.xml │ └── VBRazorCodeLanguage.xml │ ├── System.Web.WebPages.Deployment │ ├── PreApplicationStartCode.xml │ └── WebPagesDeployment.xml │ ├── System.Web.WebPages.Html │ ├── HtmlHelper.xml │ ├── ModelState.xml │ ├── ModelStateDictionary.xml │ └── SelectListItem.xml │ ├── System.Web.WebPages.Instrumentation │ ├── InstrumentationService.xml │ └── PositionTagged`1.xml │ ├── System.Web.WebPages.Razor.Configuration │ ├── HostSection.xml │ ├── RazorPagesSection.xml │ └── RazorWebSectionGroup.xml │ ├── System.Web.WebPages.Razor │ ├── CompilingPathEventArgs.xml │ ├── PreApplicationStartCode.xml │ ├── RazorBuildProvider.xml │ ├── WebCodeRazorHost.xml │ ├── WebPageRazorHost.xml │ └── WebRazorHostFactory.xml │ ├── System.Web.WebPages.Scope │ ├── AspNetRequestScopeStorageProvider.xml │ ├── IScopeStorageProvider.xml │ ├── ScopeStorage.xml │ ├── ScopeStorageDictionary.xml │ └── StaticScopeStorageProvider.xml │ ├── System.Web.WebPages │ ├── ApplicationPart.xml │ ├── ApplicationStartPage.xml │ ├── AttributeValue.xml │ ├── BrowserHelpers.xml │ ├── BrowserOverride.xml │ ├── BrowserOverrideStore.xml │ ├── BrowserOverrideStores.xml │ ├── CookieBrowserOverrideStore.xml │ ├── DefaultDisplayMode.xml │ ├── DisplayInfo.xml │ ├── DisplayModeProvider.xml │ ├── HelperPage.xml │ ├── HelperResult.xml │ ├── HttpContextExtensions.xml │ ├── IDisplayMode.xml │ ├── ITemplateFile.xml │ ├── IValidator.xml │ ├── IVirtualPathFactory.xml │ ├── IWebPageRequestExecutor.xml │ ├── PageVirtualPathAttribute.xml │ ├── PreApplicationStartCode.xml │ ├── RequestExtensions.xml │ ├── RequestFieldValidatorBase.xml │ ├── ResponseExtensions.xml │ ├── SectionWriter.xml │ ├── StartPage.xml │ ├── StringExtensions.xml │ ├── TemplateFileInfo.xml │ ├── TemplateStack.xml │ ├── ValidationHelper.xml │ ├── Validator.xml │ ├── VirtualPathFactoryManager.xml │ ├── WebPage.xml │ ├── WebPageBase.xml │ ├── WebPageContext.xml │ ├── WebPageExecutingBase.xml │ ├── WebPageHttpHandler.xml │ └── WebPageRenderingBase.xml │ ├── WebMatrix.Data │ ├── ConnectionEventArgs.xml │ ├── Database.xml │ └── DynamicRecord.xml │ ├── WebMatrix.WebData │ ├── ExtendedMembershipProvider.xml │ ├── FormsAuthenticationSettings.xml │ ├── OAuthAccountData.xml │ ├── PreApplicationStartCode.xml │ ├── SimpleMembershipProvider.xml │ ├── SimpleMembershipProviderCasingBehavior.xml │ ├── SimpleRoleProvider.xml │ └── WebSecurity.xml │ ├── _filter.xml │ ├── index.xml │ ├── ns-.xml │ ├── ns-Microsoft.Web.WebPages.OAuth.xml │ ├── ns-System.Web.Helpers.xml │ ├── ns-System.Web.Mvc.Ajax.xml │ ├── ns-System.Web.Mvc.Async.xml │ ├── ns-System.Web.Mvc.Filters.xml │ ├── ns-System.Web.Mvc.Html.xml │ ├── ns-System.Web.Mvc.Razor.xml │ ├── ns-System.Web.Mvc.Routing.Constraints.xml │ ├── ns-System.Web.Mvc.Routing.xml │ ├── ns-System.Web.Mvc.xml │ ├── ns-System.Web.Razor.Editor.xml │ ├── ns-System.Web.Razor.Generator.xml │ ├── ns-System.Web.Razor.Parser.SyntaxTree.xml │ ├── ns-System.Web.Razor.Parser.xml │ ├── ns-System.Web.Razor.Text.xml │ ├── ns-System.Web.Razor.Tokenizer.Symbols.xml │ ├── ns-System.Web.Razor.Tokenizer.xml │ ├── ns-System.Web.Razor.xml │ ├── ns-System.Web.WebPages.Deployment.xml │ ├── ns-System.Web.WebPages.Html.xml │ ├── ns-System.Web.WebPages.Instrumentation.xml │ ├── ns-System.Web.WebPages.Razor.Configuration.xml │ ├── ns-System.Web.WebPages.Razor.xml │ ├── ns-System.Web.WebPages.Scope.xml │ ├── ns-System.Web.WebPages.xml │ ├── ns-WebMatrix.Data.xml │ └── ns-WebMatrix.WebData.xml └── aspnet-webpages ├── breadcrumb └── toc.yml ├── docfx.json └── xml └── _filter.xml /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/.gitignore -------------------------------------------------------------------------------- /.openpublishing.publish.config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/.openpublishing.publish.config.json -------------------------------------------------------------------------------- /.openpublishing.redirection.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/.openpublishing.redirection.json -------------------------------------------------------------------------------- /CODE-OF-CONDUCT.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/CODE-OF-CONDUCT.md -------------------------------------------------------------------------------- /CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/CONTRIBUTING.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/LICENSE -------------------------------------------------------------------------------- /LICENSE-CODE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/LICENSE-CODE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/README.md -------------------------------------------------------------------------------- /ThirdPartyNotices: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/ThirdPartyNotices -------------------------------------------------------------------------------- /aspnet-core/aspnetcore-legacy.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/aspnetcore-legacy.yml -------------------------------------------------------------------------------- /aspnet-core/breadcrumb/toc.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/breadcrumb/toc.yml -------------------------------------------------------------------------------- /aspnet-core/docfx.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/docfx.json -------------------------------------------------------------------------------- /aspnet-core/missing_apis.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/missing_apis.yml -------------------------------------------------------------------------------- /aspnet-core/xml/AspNetCore/Areas_AzureAD_Pages__ViewStart.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/AspNetCore/Areas_AzureAD_Pages__ViewStart.xml -------------------------------------------------------------------------------- /aspnet-core/xml/FrameworksIndex/aspnetcore-1.0.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/FrameworksIndex/aspnetcore-1.0.xml -------------------------------------------------------------------------------- /aspnet-core/xml/FrameworksIndex/aspnetcore-1.1.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/FrameworksIndex/aspnetcore-1.1.xml -------------------------------------------------------------------------------- /aspnet-core/xml/FrameworksIndex/aspnetcore-10.0.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/FrameworksIndex/aspnetcore-10.0.xml -------------------------------------------------------------------------------- /aspnet-core/xml/FrameworksIndex/aspnetcore-2.0.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/FrameworksIndex/aspnetcore-2.0.xml -------------------------------------------------------------------------------- /aspnet-core/xml/FrameworksIndex/aspnetcore-2.1.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/FrameworksIndex/aspnetcore-2.1.xml -------------------------------------------------------------------------------- /aspnet-core/xml/FrameworksIndex/aspnetcore-2.2.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/FrameworksIndex/aspnetcore-2.2.xml -------------------------------------------------------------------------------- /aspnet-core/xml/FrameworksIndex/aspnetcore-3.0.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/FrameworksIndex/aspnetcore-3.0.xml -------------------------------------------------------------------------------- /aspnet-core/xml/FrameworksIndex/aspnetcore-3.1.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/FrameworksIndex/aspnetcore-3.1.xml -------------------------------------------------------------------------------- /aspnet-core/xml/FrameworksIndex/aspnetcore-5.0.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/FrameworksIndex/aspnetcore-5.0.xml -------------------------------------------------------------------------------- /aspnet-core/xml/FrameworksIndex/aspnetcore-6.0.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/FrameworksIndex/aspnetcore-6.0.xml -------------------------------------------------------------------------------- /aspnet-core/xml/FrameworksIndex/aspnetcore-7.0.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/FrameworksIndex/aspnetcore-7.0.xml -------------------------------------------------------------------------------- /aspnet-core/xml/FrameworksIndex/aspnetcore-8.0.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/FrameworksIndex/aspnetcore-8.0.xml -------------------------------------------------------------------------------- /aspnet-core/xml/FrameworksIndex/aspnetcore-9.0.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/FrameworksIndex/aspnetcore-9.0.xml -------------------------------------------------------------------------------- /aspnet-core/xml/FrameworksIndex/microsoft-owen-dotnet-4.2.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/FrameworksIndex/microsoft-owen-dotnet-4.2.xml -------------------------------------------------------------------------------- /aspnet-core/xml/FrameworksIndex/yarp-1.0.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/FrameworksIndex/yarp-1.0.xml -------------------------------------------------------------------------------- /aspnet-core/xml/FrameworksIndex/yarp-1.1.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/FrameworksIndex/yarp-1.1.xml -------------------------------------------------------------------------------- /aspnet-core/xml/FrameworksIndex/yarp-2.0.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/FrameworksIndex/yarp-2.0.xml -------------------------------------------------------------------------------- /aspnet-core/xml/FrameworksIndex/yarp-2.1.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/FrameworksIndex/yarp-2.1.xml -------------------------------------------------------------------------------- /aspnet-core/xml/FrameworksIndex/yarp-2.2.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/FrameworksIndex/yarp-2.2.xml -------------------------------------------------------------------------------- /aspnet-core/xml/Microsoft.AspNetCore.Builder/IISOptions.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/Microsoft.AspNetCore.Builder/IISOptions.xml -------------------------------------------------------------------------------- /aspnet-core/xml/Microsoft.AspNetCore.Builder/OAuthOptions.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/Microsoft.AspNetCore.Builder/OAuthOptions.xml -------------------------------------------------------------------------------- /aspnet-core/xml/Microsoft.AspNetCore.Builder/ProxyOptions.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/Microsoft.AspNetCore.Builder/ProxyOptions.xml -------------------------------------------------------------------------------- /aspnet-core/xml/Microsoft.AspNetCore.Components/ImportMap.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/Microsoft.AspNetCore.Components/ImportMap.xml -------------------------------------------------------------------------------- /aspnet-core/xml/Microsoft.AspNetCore.Components/RouteData.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/Microsoft.AspNetCore.Components/RouteData.xml -------------------------------------------------------------------------------- /aspnet-core/xml/Microsoft.AspNetCore.Components/RouteView.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/Microsoft.AspNetCore.Components/RouteView.xml -------------------------------------------------------------------------------- /aspnet-core/xml/Microsoft.AspNetCore.Hosting/IStartup.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/Microsoft.AspNetCore.Hosting/IStartup.xml -------------------------------------------------------------------------------- /aspnet-core/xml/Microsoft.AspNetCore.Hosting/IWebHost.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/Microsoft.AspNetCore.Hosting/IWebHost.xml -------------------------------------------------------------------------------- /aspnet-core/xml/Microsoft.AspNetCore.Hosting/StartupBase.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/Microsoft.AspNetCore.Hosting/StartupBase.xml -------------------------------------------------------------------------------- /aspnet-core/xml/Microsoft.AspNetCore.Html/HtmlString.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/Microsoft.AspNetCore.Html/HtmlString.xml -------------------------------------------------------------------------------- /aspnet-core/xml/Microsoft.AspNetCore.Html/IHtmlContent.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/Microsoft.AspNetCore.Html/IHtmlContent.xml -------------------------------------------------------------------------------- /aspnet-core/xml/Microsoft.AspNetCore.Http.HttpResults/Ok.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/Microsoft.AspNetCore.Http.HttpResults/Ok.xml -------------------------------------------------------------------------------- /aspnet-core/xml/Microsoft.AspNetCore.Http/BindingAddress.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/Microsoft.AspNetCore.Http/BindingAddress.xml -------------------------------------------------------------------------------- /aspnet-core/xml/Microsoft.AspNetCore.Http/ConnectionInfo.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/Microsoft.AspNetCore.Http/ConnectionInfo.xml -------------------------------------------------------------------------------- /aspnet-core/xml/Microsoft.AspNetCore.Http/CookieBuilder.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/Microsoft.AspNetCore.Http/CookieBuilder.xml -------------------------------------------------------------------------------- /aspnet-core/xml/Microsoft.AspNetCore.Http/CookieOptions.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/Microsoft.AspNetCore.Http/CookieOptions.xml -------------------------------------------------------------------------------- /aspnet-core/xml/Microsoft.AspNetCore.Http/Endpoint.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/Microsoft.AspNetCore.Http/Endpoint.xml -------------------------------------------------------------------------------- /aspnet-core/xml/Microsoft.AspNetCore.Http/FormCollection.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/Microsoft.AspNetCore.Http/FormCollection.xml -------------------------------------------------------------------------------- /aspnet-core/xml/Microsoft.AspNetCore.Http/FormFile.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/Microsoft.AspNetCore.Http/FormFile.xml -------------------------------------------------------------------------------- /aspnet-core/xml/Microsoft.AspNetCore.Http/FragmentString.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/Microsoft.AspNetCore.Http/FragmentString.xml -------------------------------------------------------------------------------- /aspnet-core/xml/Microsoft.AspNetCore.Http/HostString.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/Microsoft.AspNetCore.Http/HostString.xml -------------------------------------------------------------------------------- /aspnet-core/xml/Microsoft.AspNetCore.Http/HttpContext.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/Microsoft.AspNetCore.Http/HttpContext.xml -------------------------------------------------------------------------------- /aspnet-core/xml/Microsoft.AspNetCore.Http/HttpMethods.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/Microsoft.AspNetCore.Http/HttpMethods.xml -------------------------------------------------------------------------------- /aspnet-core/xml/Microsoft.AspNetCore.Http/HttpProtocol.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/Microsoft.AspNetCore.Http/HttpProtocol.xml -------------------------------------------------------------------------------- /aspnet-core/xml/Microsoft.AspNetCore.Http/HttpRequest.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/Microsoft.AspNetCore.Http/HttpRequest.xml -------------------------------------------------------------------------------- /aspnet-core/xml/Microsoft.AspNetCore.Http/HttpResponse.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/Microsoft.AspNetCore.Http/HttpResponse.xml -------------------------------------------------------------------------------- /aspnet-core/xml/Microsoft.AspNetCore.Http/IEndpointFilter.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/Microsoft.AspNetCore.Http/IEndpointFilter.xml -------------------------------------------------------------------------------- /aspnet-core/xml/Microsoft.AspNetCore.Http/IFileHttpResult.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/Microsoft.AspNetCore.Http/IFileHttpResult.xml -------------------------------------------------------------------------------- /aspnet-core/xml/Microsoft.AspNetCore.Http/IFormCollection.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/Microsoft.AspNetCore.Http/IFormCollection.xml -------------------------------------------------------------------------------- /aspnet-core/xml/Microsoft.AspNetCore.Http/IFormFile.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/Microsoft.AspNetCore.Http/IFormFile.xml -------------------------------------------------------------------------------- /aspnet-core/xml/Microsoft.AspNetCore.Http/IMiddleware.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/Microsoft.AspNetCore.Http/IMiddleware.xml -------------------------------------------------------------------------------- /aspnet-core/xml/Microsoft.AspNetCore.Http/IResult.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/Microsoft.AspNetCore.Http/IResult.xml -------------------------------------------------------------------------------- /aspnet-core/xml/Microsoft.AspNetCore.Http/ISession.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/Microsoft.AspNetCore.Http/ISession.xml -------------------------------------------------------------------------------- /aspnet-core/xml/Microsoft.AspNetCore.Http/PathString.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/Microsoft.AspNetCore.Http/PathString.xml -------------------------------------------------------------------------------- /aspnet-core/xml/Microsoft.AspNetCore.Http/QueryCollection.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/Microsoft.AspNetCore.Http/QueryCollection.xml -------------------------------------------------------------------------------- /aspnet-core/xml/Microsoft.AspNetCore.Http/QueryString.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/Microsoft.AspNetCore.Http/QueryString.xml -------------------------------------------------------------------------------- /aspnet-core/xml/Microsoft.AspNetCore.Http/RequestDelegate.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/Microsoft.AspNetCore.Http/RequestDelegate.xml -------------------------------------------------------------------------------- /aspnet-core/xml/Microsoft.AspNetCore.Http/Results.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/Microsoft.AspNetCore.Http/Results.xml -------------------------------------------------------------------------------- /aspnet-core/xml/Microsoft.AspNetCore.Http/SameSiteMode.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/Microsoft.AspNetCore.Http/SameSiteMode.xml -------------------------------------------------------------------------------- /aspnet-core/xml/Microsoft.AspNetCore.Http/StatusCodes.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/Microsoft.AspNetCore.Http/StatusCodes.xml -------------------------------------------------------------------------------- /aspnet-core/xml/Microsoft.AspNetCore.Http/TagsAttribute.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/Microsoft.AspNetCore.Http/TagsAttribute.xml -------------------------------------------------------------------------------- /aspnet-core/xml/Microsoft.AspNetCore.Http/TypedResults.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/Microsoft.AspNetCore.Http/TypedResults.xml -------------------------------------------------------------------------------- /aspnet-core/xml/Microsoft.AspNetCore.Identity/UserOptions.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/Microsoft.AspNetCore.Identity/UserOptions.xml -------------------------------------------------------------------------------- /aspnet-core/xml/Microsoft.AspNetCore.Mvc.Razor/IRazorPage.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/Microsoft.AspNetCore.Mvc.Razor/IRazorPage.xml -------------------------------------------------------------------------------- /aspnet-core/xml/Microsoft.AspNetCore.Mvc.Razor/ModelChunk.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/Microsoft.AspNetCore.Mvc.Razor/ModelChunk.xml -------------------------------------------------------------------------------- /aspnet-core/xml/Microsoft.AspNetCore.Mvc.Razor/RazorPage.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/Microsoft.AspNetCore.Mvc.Razor/RazorPage.xml -------------------------------------------------------------------------------- /aspnet-core/xml/Microsoft.AspNetCore.Mvc.Razor/RazorView.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/Microsoft.AspNetCore.Mvc.Razor/RazorView.xml -------------------------------------------------------------------------------- /aspnet-core/xml/Microsoft.AspNetCore.Mvc.RazorPages/Page.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/Microsoft.AspNetCore.Mvc.RazorPages/Page.xml -------------------------------------------------------------------------------- /aspnet-core/xml/Microsoft.AspNetCore.Mvc/AcceptedResult.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/Microsoft.AspNetCore.Mvc/AcceptedResult.xml -------------------------------------------------------------------------------- /aspnet-core/xml/Microsoft.AspNetCore.Mvc/ActionContext.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/Microsoft.AspNetCore.Mvc/ActionContext.xml -------------------------------------------------------------------------------- /aspnet-core/xml/Microsoft.AspNetCore.Mvc/ActionResult.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/Microsoft.AspNetCore.Mvc/ActionResult.xml -------------------------------------------------------------------------------- /aspnet-core/xml/Microsoft.AspNetCore.Mvc/ActionResult`1.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/Microsoft.AspNetCore.Mvc/ActionResult`1.xml -------------------------------------------------------------------------------- /aspnet-core/xml/Microsoft.AspNetCore.Mvc/AreaAttribute.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/Microsoft.AspNetCore.Mvc/AreaAttribute.xml -------------------------------------------------------------------------------- /aspnet-core/xml/Microsoft.AspNetCore.Mvc/BadRequestResult.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/Microsoft.AspNetCore.Mvc/BadRequestResult.xml -------------------------------------------------------------------------------- /aspnet-core/xml/Microsoft.AspNetCore.Mvc/BindAttribute.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/Microsoft.AspNetCore.Mvc/BindAttribute.xml -------------------------------------------------------------------------------- /aspnet-core/xml/Microsoft.AspNetCore.Mvc/CacheProfile.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/Microsoft.AspNetCore.Mvc/CacheProfile.xml -------------------------------------------------------------------------------- /aspnet-core/xml/Microsoft.AspNetCore.Mvc/ChallengeResult.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/Microsoft.AspNetCore.Mvc/ChallengeResult.xml -------------------------------------------------------------------------------- /aspnet-core/xml/Microsoft.AspNetCore.Mvc/ClientErrorData.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/Microsoft.AspNetCore.Mvc/ClientErrorData.xml -------------------------------------------------------------------------------- /aspnet-core/xml/Microsoft.AspNetCore.Mvc/ConflictResult.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/Microsoft.AspNetCore.Mvc/ConflictResult.xml -------------------------------------------------------------------------------- /aspnet-core/xml/Microsoft.AspNetCore.Mvc/ContentResult.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/Microsoft.AspNetCore.Mvc/ContentResult.xml -------------------------------------------------------------------------------- /aspnet-core/xml/Microsoft.AspNetCore.Mvc/Controller.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/Microsoft.AspNetCore.Mvc/Controller.xml -------------------------------------------------------------------------------- /aspnet-core/xml/Microsoft.AspNetCore.Mvc/ControllerBase.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/Microsoft.AspNetCore.Mvc/ControllerBase.xml -------------------------------------------------------------------------------- /aspnet-core/xml/Microsoft.AspNetCore.Mvc/CreatedResult.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/Microsoft.AspNetCore.Mvc/CreatedResult.xml -------------------------------------------------------------------------------- /aspnet-core/xml/Microsoft.AspNetCore.Mvc/EmptyResult.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/Microsoft.AspNetCore.Mvc/EmptyResult.xml -------------------------------------------------------------------------------- /aspnet-core/xml/Microsoft.AspNetCore.Mvc/FileResult.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/Microsoft.AspNetCore.Mvc/FileResult.xml -------------------------------------------------------------------------------- /aspnet-core/xml/Microsoft.AspNetCore.Mvc/FileStreamResult.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/Microsoft.AspNetCore.Mvc/FileStreamResult.xml -------------------------------------------------------------------------------- /aspnet-core/xml/Microsoft.AspNetCore.Mvc/ForbidResult.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/Microsoft.AspNetCore.Mvc/ForbidResult.xml -------------------------------------------------------------------------------- /aspnet-core/xml/Microsoft.AspNetCore.Mvc/HttpGetAttribute.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/Microsoft.AspNetCore.Mvc/HttpGetAttribute.xml -------------------------------------------------------------------------------- /aspnet-core/xml/Microsoft.AspNetCore.Mvc/HttpPutAttribute.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/Microsoft.AspNetCore.Mvc/HttpPutAttribute.xml -------------------------------------------------------------------------------- /aspnet-core/xml/Microsoft.AspNetCore.Mvc/IActionResult.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/Microsoft.AspNetCore.Mvc/IActionResult.xml -------------------------------------------------------------------------------- /aspnet-core/xml/Microsoft.AspNetCore.Mvc/IUrlHelper.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/Microsoft.AspNetCore.Mvc/IUrlHelper.xml -------------------------------------------------------------------------------- /aspnet-core/xml/Microsoft.AspNetCore.Mvc/JsonOptions.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/Microsoft.AspNetCore.Mvc/JsonOptions.xml -------------------------------------------------------------------------------- /aspnet-core/xml/Microsoft.AspNetCore.Mvc/JsonResult.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/Microsoft.AspNetCore.Mvc/JsonResult.xml -------------------------------------------------------------------------------- /aspnet-core/xml/Microsoft.AspNetCore.Mvc/MvcJsonOptions.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/Microsoft.AspNetCore.Mvc/MvcJsonOptions.xml -------------------------------------------------------------------------------- /aspnet-core/xml/Microsoft.AspNetCore.Mvc/MvcOptions.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/Microsoft.AspNetCore.Mvc/MvcOptions.xml -------------------------------------------------------------------------------- /aspnet-core/xml/Microsoft.AspNetCore.Mvc/MvcViewOptions.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/Microsoft.AspNetCore.Mvc/MvcViewOptions.xml -------------------------------------------------------------------------------- /aspnet-core/xml/Microsoft.AspNetCore.Mvc/ObjectResult.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/Microsoft.AspNetCore.Mvc/ObjectResult.xml -------------------------------------------------------------------------------- /aspnet-core/xml/Microsoft.AspNetCore.Mvc/OkResult.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/Microsoft.AspNetCore.Mvc/OkResult.xml -------------------------------------------------------------------------------- /aspnet-core/xml/Microsoft.AspNetCore.Mvc/SignInResult.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/Microsoft.AspNetCore.Mvc/SignInResult.xml -------------------------------------------------------------------------------- /aspnet-core/xml/Microsoft.AspNetCore.Mvc/SignOutResult.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/Microsoft.AspNetCore.Mvc/SignOutResult.xml -------------------------------------------------------------------------------- /aspnet-core/xml/Microsoft.AspNetCore.Mvc/ViewComponent.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/Microsoft.AspNetCore.Mvc/ViewComponent.xml -------------------------------------------------------------------------------- /aspnet-core/xml/Microsoft.AspNetCore.Mvc/ViewResult.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/Microsoft.AspNetCore.Mvc/ViewResult.xml -------------------------------------------------------------------------------- /aspnet-core/xml/Microsoft.AspNetCore.Razor/ErrorSink.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/Microsoft.AspNetCore.Razor/ErrorSink.xml -------------------------------------------------------------------------------- /aspnet-core/xml/Microsoft.AspNetCore.Razor/RazorError.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/Microsoft.AspNetCore.Razor/RazorError.xml -------------------------------------------------------------------------------- /aspnet-core/xml/Microsoft.AspNetCore.Rewrite/IRule.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/Microsoft.AspNetCore.Rewrite/IRule.xml -------------------------------------------------------------------------------- /aspnet-core/xml/Microsoft.AspNetCore.Routing/IRouter.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/Microsoft.AspNetCore.Routing/IRouter.xml -------------------------------------------------------------------------------- /aspnet-core/xml/Microsoft.AspNetCore.Routing/Route.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/Microsoft.AspNetCore.Routing/Route.xml -------------------------------------------------------------------------------- /aspnet-core/xml/Microsoft.AspNetCore.Routing/RouteBase.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/Microsoft.AspNetCore.Routing/RouteBase.xml -------------------------------------------------------------------------------- /aspnet-core/xml/Microsoft.AspNetCore.Routing/RouteData.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/Microsoft.AspNetCore.Routing/RouteData.xml -------------------------------------------------------------------------------- /aspnet-core/xml/Microsoft.AspNetCore.SignalR/Hub.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/Microsoft.AspNetCore.SignalR/Hub.xml -------------------------------------------------------------------------------- /aspnet-core/xml/Microsoft.AspNetCore.SignalR/Hub`1.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/Microsoft.AspNetCore.SignalR/Hub`1.xml -------------------------------------------------------------------------------- /aspnet-core/xml/Microsoft.AspNetCore/WebHost.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/Microsoft.AspNetCore/WebHost.xml -------------------------------------------------------------------------------- /aspnet-core/xml/Microsoft.JSInterop/IJSObjectReference.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/Microsoft.JSInterop/IJSObjectReference.xml -------------------------------------------------------------------------------- /aspnet-core/xml/Microsoft.JSInterop/IJSRuntime.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/Microsoft.JSInterop/IJSRuntime.xml -------------------------------------------------------------------------------- /aspnet-core/xml/Microsoft.JSInterop/IJSStreamReference.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/Microsoft.JSInterop/IJSStreamReference.xml -------------------------------------------------------------------------------- /aspnet-core/xml/Microsoft.JSInterop/JSCallResultType.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/Microsoft.JSInterop/JSCallResultType.xml -------------------------------------------------------------------------------- /aspnet-core/xml/Microsoft.JSInterop/JSException.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/Microsoft.JSInterop/JSException.xml -------------------------------------------------------------------------------- /aspnet-core/xml/Microsoft.JSInterop/JSInProcessRuntime.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/Microsoft.JSInterop/JSInProcessRuntime.xml -------------------------------------------------------------------------------- /aspnet-core/xml/Microsoft.JSInterop/JSRuntime.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/Microsoft.JSInterop/JSRuntime.xml -------------------------------------------------------------------------------- /aspnet-core/xml/Microsoft.Net.Http.Headers/HeaderNames.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/Microsoft.Net.Http.Headers/HeaderNames.xml -------------------------------------------------------------------------------- /aspnet-core/xml/Microsoft.Net.Http.Server/Request.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/Microsoft.Net.Http.Server/Request.xml -------------------------------------------------------------------------------- /aspnet-core/xml/Microsoft.Net.Http.Server/Response.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/Microsoft.Net.Http.Server/Response.xml -------------------------------------------------------------------------------- /aspnet-core/xml/Microsoft.Net.Http.Server/UrlPrefix.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/Microsoft.Net.Http.Server/UrlPrefix.xml -------------------------------------------------------------------------------- /aspnet-core/xml/Microsoft.Net.Http.Server/WebListener.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/Microsoft.Net.Http.Server/WebListener.xml -------------------------------------------------------------------------------- /aspnet-core/xml/Microsoft.Owin.Builder/AppBuilder.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/Microsoft.Owin.Builder/AppBuilder.xml -------------------------------------------------------------------------------- /aspnet-core/xml/Microsoft.Owin.Helpers/WebHelpers.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/Microsoft.Owin.Helpers/WebHelpers.xml -------------------------------------------------------------------------------- /aspnet-core/xml/Microsoft.Owin.Logging/ILogger.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/Microsoft.Owin.Logging/ILogger.xml -------------------------------------------------------------------------------- /aspnet-core/xml/Microsoft.Owin.Logging/ILoggerFactory.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/Microsoft.Owin.Logging/ILoggerFactory.xml -------------------------------------------------------------------------------- /aspnet-core/xml/Microsoft.Owin.Logging/LoggerFactory.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/Microsoft.Owin.Logging/LoggerFactory.xml -------------------------------------------------------------------------------- /aspnet-core/xml/Microsoft.Owin.Mapping/MapMiddleware.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/Microsoft.Owin.Mapping/MapMiddleware.xml -------------------------------------------------------------------------------- /aspnet-core/xml/Microsoft.Owin.Mapping/MapOptions.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/Microsoft.Owin.Mapping/MapOptions.xml -------------------------------------------------------------------------------- /aspnet-core/xml/Microsoft.Owin.Mapping/MapWhenOptions.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/Microsoft.Owin.Mapping/MapWhenOptions.xml -------------------------------------------------------------------------------- /aspnet-core/xml/Microsoft.Owin/CookieOptions.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/Microsoft.Owin/CookieOptions.xml -------------------------------------------------------------------------------- /aspnet-core/xml/Microsoft.Owin/FormCollection.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/Microsoft.Owin/FormCollection.xml -------------------------------------------------------------------------------- /aspnet-core/xml/Microsoft.Owin/HeaderDictionary.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/Microsoft.Owin/HeaderDictionary.xml -------------------------------------------------------------------------------- /aspnet-core/xml/Microsoft.Owin/HostString.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/Microsoft.Owin/HostString.xml -------------------------------------------------------------------------------- /aspnet-core/xml/Microsoft.Owin/IFormCollection.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/Microsoft.Owin/IFormCollection.xml -------------------------------------------------------------------------------- /aspnet-core/xml/Microsoft.Owin/IHeaderDictionary.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/Microsoft.Owin/IHeaderDictionary.xml -------------------------------------------------------------------------------- /aspnet-core/xml/Microsoft.Owin/IOwinContext.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/Microsoft.Owin/IOwinContext.xml -------------------------------------------------------------------------------- /aspnet-core/xml/Microsoft.Owin/IOwinRequest.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/Microsoft.Owin/IOwinRequest.xml -------------------------------------------------------------------------------- /aspnet-core/xml/Microsoft.Owin/IOwinResponse.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/Microsoft.Owin/IOwinResponse.xml -------------------------------------------------------------------------------- /aspnet-core/xml/Microsoft.Owin/OwinContext.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/Microsoft.Owin/OwinContext.xml -------------------------------------------------------------------------------- /aspnet-core/xml/Microsoft.Owin/OwinMiddleware.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/Microsoft.Owin/OwinMiddleware.xml -------------------------------------------------------------------------------- /aspnet-core/xml/Microsoft.Owin/OwinRequest.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/Microsoft.Owin/OwinRequest.xml -------------------------------------------------------------------------------- /aspnet-core/xml/Microsoft.Owin/OwinResponse.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/Microsoft.Owin/OwinResponse.xml -------------------------------------------------------------------------------- /aspnet-core/xml/Microsoft.Owin/OwinStartupAttribute.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/Microsoft.Owin/OwinStartupAttribute.xml -------------------------------------------------------------------------------- /aspnet-core/xml/Microsoft.Owin/PathString.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/Microsoft.Owin/PathString.xml -------------------------------------------------------------------------------- /aspnet-core/xml/Microsoft.Owin/QueryString.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/Microsoft.Owin/QueryString.xml -------------------------------------------------------------------------------- /aspnet-core/xml/Microsoft.Owin/RequestCookieCollection.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/Microsoft.Owin/RequestCookieCollection.xml -------------------------------------------------------------------------------- /aspnet-core/xml/Microsoft.Owin/SameSiteMode.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/Microsoft.Owin/SameSiteMode.xml -------------------------------------------------------------------------------- /aspnet-core/xml/Owin/AppBuilderUseExtensions.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/Owin/AppBuilderUseExtensions.xml -------------------------------------------------------------------------------- /aspnet-core/xml/Owin/CookieInterop.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/Owin/CookieInterop.xml -------------------------------------------------------------------------------- /aspnet-core/xml/Owin/MapExtensions.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/Owin/MapExtensions.xml -------------------------------------------------------------------------------- /aspnet-core/xml/Owin/MapWhenExtensions.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/Owin/MapWhenExtensions.xml -------------------------------------------------------------------------------- /aspnet-core/xml/Owin/PipelineStage.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/Owin/PipelineStage.xml -------------------------------------------------------------------------------- /aspnet-core/xml/PackageInformation/aspnetcore-1.0.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/PackageInformation/aspnetcore-1.0.json -------------------------------------------------------------------------------- /aspnet-core/xml/PackageInformation/aspnetcore-1.1.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/PackageInformation/aspnetcore-1.1.json -------------------------------------------------------------------------------- /aspnet-core/xml/PackageInformation/aspnetcore-10.0.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/PackageInformation/aspnetcore-10.0.json -------------------------------------------------------------------------------- /aspnet-core/xml/PackageInformation/aspnetcore-2.0.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/PackageInformation/aspnetcore-2.0.json -------------------------------------------------------------------------------- /aspnet-core/xml/PackageInformation/aspnetcore-2.1.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/PackageInformation/aspnetcore-2.1.json -------------------------------------------------------------------------------- /aspnet-core/xml/PackageInformation/aspnetcore-2.2.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/PackageInformation/aspnetcore-2.2.json -------------------------------------------------------------------------------- /aspnet-core/xml/PackageInformation/aspnetcore-3.0.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/PackageInformation/aspnetcore-3.0.json -------------------------------------------------------------------------------- /aspnet-core/xml/PackageInformation/aspnetcore-3.1.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/PackageInformation/aspnetcore-3.1.json -------------------------------------------------------------------------------- /aspnet-core/xml/PackageInformation/aspnetcore-5.0.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/PackageInformation/aspnetcore-5.0.json -------------------------------------------------------------------------------- /aspnet-core/xml/PackageInformation/aspnetcore-6.0.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/PackageInformation/aspnetcore-6.0.json -------------------------------------------------------------------------------- /aspnet-core/xml/PackageInformation/aspnetcore-7.0.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/PackageInformation/aspnetcore-7.0.json -------------------------------------------------------------------------------- /aspnet-core/xml/PackageInformation/aspnetcore-8.0.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/PackageInformation/aspnetcore-8.0.json -------------------------------------------------------------------------------- /aspnet-core/xml/PackageInformation/aspnetcore-9.0.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/PackageInformation/aspnetcore-9.0.json -------------------------------------------------------------------------------- /aspnet-core/xml/PackageInformation/yarp-1.0.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/PackageInformation/yarp-1.0.json -------------------------------------------------------------------------------- /aspnet-core/xml/PackageInformation/yarp-1.1.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/PackageInformation/yarp-1.1.json -------------------------------------------------------------------------------- /aspnet-core/xml/PackageInformation/yarp-2.0.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/PackageInformation/yarp-2.0.json -------------------------------------------------------------------------------- /aspnet-core/xml/PackageInformation/yarp-2.1.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/PackageInformation/yarp-2.1.json -------------------------------------------------------------------------------- /aspnet-core/xml/PackageInformation/yarp-2.2.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/PackageInformation/yarp-2.2.json -------------------------------------------------------------------------------- /aspnet-core/xml/System.Formats.Cbor/CborReader.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/System.Formats.Cbor/CborReader.xml -------------------------------------------------------------------------------- /aspnet-core/xml/System.Formats.Cbor/CborReaderState.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/System.Formats.Cbor/CborReaderState.xml -------------------------------------------------------------------------------- /aspnet-core/xml/System.Formats.Cbor/CborSimpleValue.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/System.Formats.Cbor/CborSimpleValue.xml -------------------------------------------------------------------------------- /aspnet-core/xml/System.Formats.Cbor/CborTag.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/System.Formats.Cbor/CborTag.xml -------------------------------------------------------------------------------- /aspnet-core/xml/System.Formats.Cbor/CborWriter.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/System.Formats.Cbor/CborWriter.xml -------------------------------------------------------------------------------- /aspnet-core/xml/System.Web.Http/ApiController.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/System.Web.Http/ApiController.xml -------------------------------------------------------------------------------- /aspnet-core/xml/System.Web.Http/ConflictResult.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/System.Web.Http/ConflictResult.xml -------------------------------------------------------------------------------- /aspnet-core/xml/System.Web.Http/ExceptionResult.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/System.Web.Http/ExceptionResult.xml -------------------------------------------------------------------------------- /aspnet-core/xml/System.Web.Http/FromUriAttribute.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/System.Web.Http/FromUriAttribute.xml -------------------------------------------------------------------------------- /aspnet-core/xml/System.Web.Http/HttpError.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/System.Web.Http/HttpError.xml -------------------------------------------------------------------------------- /aspnet-core/xml/System.Web.Http/HttpErrorKeys.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/System.Web.Http/HttpErrorKeys.xml -------------------------------------------------------------------------------- /aspnet-core/xml/System.Web.Http/HttpResponseException.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/System.Web.Http/HttpResponseException.xml -------------------------------------------------------------------------------- /aspnet-core/xml/System.Web.Http/ResponseMessageResult.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/System.Web.Http/ResponseMessageResult.xml -------------------------------------------------------------------------------- /aspnet-core/xml/Yarp.ReverseProxy.Model/ClusterModel.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/Yarp.ReverseProxy.Model/ClusterModel.xml -------------------------------------------------------------------------------- /aspnet-core/xml/Yarp.ReverseProxy.Model/ClusterState.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/Yarp.ReverseProxy.Model/ClusterState.xml -------------------------------------------------------------------------------- /aspnet-core/xml/Yarp.ReverseProxy.Model/RouteModel.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/Yarp.ReverseProxy.Model/RouteModel.xml -------------------------------------------------------------------------------- /aspnet-core/xml/Yarp.ReverseProxy.Utilities/IClock.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/Yarp.ReverseProxy.Utilities/IClock.xml -------------------------------------------------------------------------------- /aspnet-core/xml/Yarp.ReverseProxy/IProxyStateLookup.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/Yarp.ReverseProxy/IProxyStateLookup.xml -------------------------------------------------------------------------------- /aspnet-core/xml/Yarp.Telemetry.Consumption/HttpMetrics.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/Yarp.Telemetry.Consumption/HttpMetrics.xml -------------------------------------------------------------------------------- /aspnet-core/xml/_filter.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/_filter.xml -------------------------------------------------------------------------------- /aspnet-core/xml/index.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/index.xml -------------------------------------------------------------------------------- /aspnet-core/xml/ns-.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/ns-.xml -------------------------------------------------------------------------------- /aspnet-core/xml/ns-AspNetCore.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/ns-AspNetCore.xml -------------------------------------------------------------------------------- /aspnet-core/xml/ns-Microsoft.AspNetCore.Antiforgery.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/ns-Microsoft.AspNetCore.Antiforgery.xml -------------------------------------------------------------------------------- /aspnet-core/xml/ns-Microsoft.AspNetCore.AsyncState.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/ns-Microsoft.AspNetCore.AsyncState.xml -------------------------------------------------------------------------------- /aspnet-core/xml/ns-Microsoft.AspNetCore.Authentication.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/ns-Microsoft.AspNetCore.Authentication.xml -------------------------------------------------------------------------------- /aspnet-core/xml/ns-Microsoft.AspNetCore.Authorization.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/ns-Microsoft.AspNetCore.Authorization.xml -------------------------------------------------------------------------------- /aspnet-core/xml/ns-Microsoft.AspNetCore.Blazor.Hosting.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/ns-Microsoft.AspNetCore.Blazor.Hosting.xml -------------------------------------------------------------------------------- /aspnet-core/xml/ns-Microsoft.AspNetCore.Blazor.Http.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/ns-Microsoft.AspNetCore.Blazor.Http.xml -------------------------------------------------------------------------------- /aspnet-core/xml/ns-Microsoft.AspNetCore.Blazor.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/ns-Microsoft.AspNetCore.Blazor.xml -------------------------------------------------------------------------------- /aspnet-core/xml/ns-Microsoft.AspNetCore.Buffering.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/ns-Microsoft.AspNetCore.Buffering.xml -------------------------------------------------------------------------------- /aspnet-core/xml/ns-Microsoft.AspNetCore.Builder.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/ns-Microsoft.AspNetCore.Builder.xml -------------------------------------------------------------------------------- /aspnet-core/xml/ns-Microsoft.AspNetCore.Components.Web.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/ns-Microsoft.AspNetCore.Components.Web.xml -------------------------------------------------------------------------------- /aspnet-core/xml/ns-Microsoft.AspNetCore.Components.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/ns-Microsoft.AspNetCore.Components.xml -------------------------------------------------------------------------------- /aspnet-core/xml/ns-Microsoft.AspNetCore.Connections.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/ns-Microsoft.AspNetCore.Connections.xml -------------------------------------------------------------------------------- /aspnet-core/xml/ns-Microsoft.AspNetCore.CookiePolicy.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/ns-Microsoft.AspNetCore.CookiePolicy.xml -------------------------------------------------------------------------------- /aspnet-core/xml/ns-Microsoft.AspNetCore.Cors.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/ns-Microsoft.AspNetCore.Cors.xml -------------------------------------------------------------------------------- /aspnet-core/xml/ns-Microsoft.AspNetCore.DataProtection.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/ns-Microsoft.AspNetCore.DataProtection.xml -------------------------------------------------------------------------------- /aspnet-core/xml/ns-Microsoft.AspNetCore.Diagnostics.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/ns-Microsoft.AspNetCore.Diagnostics.xml -------------------------------------------------------------------------------- /aspnet-core/xml/ns-Microsoft.AspNetCore.HeaderParsing.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/ns-Microsoft.AspNetCore.HeaderParsing.xml -------------------------------------------------------------------------------- /aspnet-core/xml/ns-Microsoft.AspNetCore.HostFiltering.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/ns-Microsoft.AspNetCore.HostFiltering.xml -------------------------------------------------------------------------------- /aspnet-core/xml/ns-Microsoft.AspNetCore.Hosting.Server.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/ns-Microsoft.AspNetCore.Hosting.Server.xml -------------------------------------------------------------------------------- /aspnet-core/xml/ns-Microsoft.AspNetCore.Hosting.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/ns-Microsoft.AspNetCore.Hosting.xml -------------------------------------------------------------------------------- /aspnet-core/xml/ns-Microsoft.AspNetCore.Html.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/ns-Microsoft.AspNetCore.Html.xml -------------------------------------------------------------------------------- /aspnet-core/xml/ns-Microsoft.AspNetCore.Http.Features.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/ns-Microsoft.AspNetCore.Http.Features.xml -------------------------------------------------------------------------------- /aspnet-core/xml/ns-Microsoft.AspNetCore.Http.Headers.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/ns-Microsoft.AspNetCore.Http.Headers.xml -------------------------------------------------------------------------------- /aspnet-core/xml/ns-Microsoft.AspNetCore.Http.Internal.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/ns-Microsoft.AspNetCore.Http.Internal.xml -------------------------------------------------------------------------------- /aspnet-core/xml/ns-Microsoft.AspNetCore.Http.Json.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/ns-Microsoft.AspNetCore.Http.Json.xml -------------------------------------------------------------------------------- /aspnet-core/xml/ns-Microsoft.AspNetCore.Http.Metadata.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/ns-Microsoft.AspNetCore.Http.Metadata.xml -------------------------------------------------------------------------------- /aspnet-core/xml/ns-Microsoft.AspNetCore.Http.Timeouts.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/ns-Microsoft.AspNetCore.Http.Timeouts.xml -------------------------------------------------------------------------------- /aspnet-core/xml/ns-Microsoft.AspNetCore.Http.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/ns-Microsoft.AspNetCore.Http.xml -------------------------------------------------------------------------------- /aspnet-core/xml/ns-Microsoft.AspNetCore.HttpLogging.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/ns-Microsoft.AspNetCore.HttpLogging.xml -------------------------------------------------------------------------------- /aspnet-core/xml/ns-Microsoft.AspNetCore.HttpOverrides.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/ns-Microsoft.AspNetCore.HttpOverrides.xml -------------------------------------------------------------------------------- /aspnet-core/xml/ns-Microsoft.AspNetCore.HttpsPolicy.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/ns-Microsoft.AspNetCore.HttpsPolicy.xml -------------------------------------------------------------------------------- /aspnet-core/xml/ns-Microsoft.AspNetCore.Identity.Data.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/ns-Microsoft.AspNetCore.Identity.Data.xml -------------------------------------------------------------------------------- /aspnet-core/xml/ns-Microsoft.AspNetCore.Identity.Test.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/ns-Microsoft.AspNetCore.Identity.Test.xml -------------------------------------------------------------------------------- /aspnet-core/xml/ns-Microsoft.AspNetCore.Identity.UI.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/ns-Microsoft.AspNetCore.Identity.UI.xml -------------------------------------------------------------------------------- /aspnet-core/xml/ns-Microsoft.AspNetCore.Identity.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/ns-Microsoft.AspNetCore.Identity.xml -------------------------------------------------------------------------------- /aspnet-core/xml/ns-Microsoft.AspNetCore.Internal.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/ns-Microsoft.AspNetCore.Internal.xml -------------------------------------------------------------------------------- /aspnet-core/xml/ns-Microsoft.AspNetCore.JsonPatch.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/ns-Microsoft.AspNetCore.JsonPatch.xml -------------------------------------------------------------------------------- /aspnet-core/xml/ns-Microsoft.AspNetCore.Localization.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/ns-Microsoft.AspNetCore.Localization.xml -------------------------------------------------------------------------------- /aspnet-core/xml/ns-Microsoft.AspNetCore.Mvc.Cors.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/ns-Microsoft.AspNetCore.Mvc.Cors.xml -------------------------------------------------------------------------------- /aspnet-core/xml/ns-Microsoft.AspNetCore.Mvc.Filters.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/ns-Microsoft.AspNetCore.Mvc.Filters.xml -------------------------------------------------------------------------------- /aspnet-core/xml/ns-Microsoft.AspNetCore.Mvc.Formatters.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/ns-Microsoft.AspNetCore.Mvc.Formatters.xml -------------------------------------------------------------------------------- /aspnet-core/xml/ns-Microsoft.AspNetCore.Mvc.Internal.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/ns-Microsoft.AspNetCore.Mvc.Internal.xml -------------------------------------------------------------------------------- /aspnet-core/xml/ns-Microsoft.AspNetCore.Mvc.Razor.Host.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/ns-Microsoft.AspNetCore.Mvc.Razor.Host.xml -------------------------------------------------------------------------------- /aspnet-core/xml/ns-Microsoft.AspNetCore.Mvc.Razor.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/ns-Microsoft.AspNetCore.Mvc.Razor.xml -------------------------------------------------------------------------------- /aspnet-core/xml/ns-Microsoft.AspNetCore.Mvc.RazorPages.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/ns-Microsoft.AspNetCore.Mvc.RazorPages.xml -------------------------------------------------------------------------------- /aspnet-core/xml/ns-Microsoft.AspNetCore.Mvc.Rendering.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/ns-Microsoft.AspNetCore.Mvc.Rendering.xml -------------------------------------------------------------------------------- /aspnet-core/xml/ns-Microsoft.AspNetCore.Mvc.Routing.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/ns-Microsoft.AspNetCore.Mvc.Routing.xml -------------------------------------------------------------------------------- /aspnet-core/xml/ns-Microsoft.AspNetCore.Mvc.TagHelpers.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/ns-Microsoft.AspNetCore.Mvc.TagHelpers.xml -------------------------------------------------------------------------------- /aspnet-core/xml/ns-Microsoft.AspNetCore.Mvc.Testing.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/ns-Microsoft.AspNetCore.Mvc.Testing.xml -------------------------------------------------------------------------------- /aspnet-core/xml/ns-Microsoft.AspNetCore.Mvc.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/ns-Microsoft.AspNetCore.Mvc.xml -------------------------------------------------------------------------------- /aspnet-core/xml/ns-Microsoft.AspNetCore.NodeServices.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/ns-Microsoft.AspNetCore.NodeServices.xml -------------------------------------------------------------------------------- /aspnet-core/xml/ns-Microsoft.AspNetCore.OpenApi.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/ns-Microsoft.AspNetCore.OpenApi.xml -------------------------------------------------------------------------------- /aspnet-core/xml/ns-Microsoft.AspNetCore.OutputCaching.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/ns-Microsoft.AspNetCore.OutputCaching.xml -------------------------------------------------------------------------------- /aspnet-core/xml/ns-Microsoft.AspNetCore.Owin.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/ns-Microsoft.AspNetCore.Owin.xml -------------------------------------------------------------------------------- /aspnet-core/xml/ns-Microsoft.AspNetCore.Proxy.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/ns-Microsoft.AspNetCore.Proxy.xml -------------------------------------------------------------------------------- /aspnet-core/xml/ns-Microsoft.AspNetCore.RateLimiting.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/ns-Microsoft.AspNetCore.RateLimiting.xml -------------------------------------------------------------------------------- /aspnet-core/xml/ns-Microsoft.AspNetCore.Razor.Chunks.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/ns-Microsoft.AspNetCore.Razor.Chunks.xml -------------------------------------------------------------------------------- /aspnet-core/xml/ns-Microsoft.AspNetCore.Razor.Editor.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/ns-Microsoft.AspNetCore.Razor.Editor.xml -------------------------------------------------------------------------------- /aspnet-core/xml/ns-Microsoft.AspNetCore.Razor.Hosting.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/ns-Microsoft.AspNetCore.Razor.Hosting.xml -------------------------------------------------------------------------------- /aspnet-core/xml/ns-Microsoft.AspNetCore.Razor.Internal.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/ns-Microsoft.AspNetCore.Razor.Internal.xml -------------------------------------------------------------------------------- /aspnet-core/xml/ns-Microsoft.AspNetCore.Razor.Language.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/ns-Microsoft.AspNetCore.Razor.Language.xml -------------------------------------------------------------------------------- /aspnet-core/xml/ns-Microsoft.AspNetCore.Razor.Parser.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/ns-Microsoft.AspNetCore.Razor.Parser.xml -------------------------------------------------------------------------------- /aspnet-core/xml/ns-Microsoft.AspNetCore.Razor.Tasks.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/ns-Microsoft.AspNetCore.Razor.Tasks.xml -------------------------------------------------------------------------------- /aspnet-core/xml/ns-Microsoft.AspNetCore.Razor.Text.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/ns-Microsoft.AspNetCore.Razor.Text.xml -------------------------------------------------------------------------------- /aspnet-core/xml/ns-Microsoft.AspNetCore.Razor.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/ns-Microsoft.AspNetCore.Razor.xml -------------------------------------------------------------------------------- /aspnet-core/xml/ns-Microsoft.AspNetCore.Rewrite.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/ns-Microsoft.AspNetCore.Rewrite.xml -------------------------------------------------------------------------------- /aspnet-core/xml/ns-Microsoft.AspNetCore.Routing.Tree.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/ns-Microsoft.AspNetCore.Routing.Tree.xml -------------------------------------------------------------------------------- /aspnet-core/xml/ns-Microsoft.AspNetCore.Routing.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/ns-Microsoft.AspNetCore.Routing.xml -------------------------------------------------------------------------------- /aspnet-core/xml/ns-Microsoft.AspNetCore.Server.HttpSys.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/ns-Microsoft.AspNetCore.Server.HttpSys.xml -------------------------------------------------------------------------------- /aspnet-core/xml/ns-Microsoft.AspNetCore.Server.IIS.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/ns-Microsoft.AspNetCore.Server.IIS.xml -------------------------------------------------------------------------------- /aspnet-core/xml/ns-Microsoft.AspNetCore.Server.Kestrel.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/ns-Microsoft.AspNetCore.Server.Kestrel.xml -------------------------------------------------------------------------------- /aspnet-core/xml/ns-Microsoft.AspNetCore.Session.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/ns-Microsoft.AspNetCore.Session.xml -------------------------------------------------------------------------------- /aspnet-core/xml/ns-Microsoft.AspNetCore.SignalR.Client.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/ns-Microsoft.AspNetCore.SignalR.Client.xml -------------------------------------------------------------------------------- /aspnet-core/xml/ns-Microsoft.AspNetCore.SignalR.Redis.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/ns-Microsoft.AspNetCore.SignalR.Redis.xml -------------------------------------------------------------------------------- /aspnet-core/xml/ns-Microsoft.AspNetCore.SignalR.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/ns-Microsoft.AspNetCore.SignalR.xml -------------------------------------------------------------------------------- /aspnet-core/xml/ns-Microsoft.AspNetCore.SpaServices.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/ns-Microsoft.AspNetCore.SpaServices.xml -------------------------------------------------------------------------------- /aspnet-core/xml/ns-Microsoft.AspNetCore.StaticAssets.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/ns-Microsoft.AspNetCore.StaticAssets.xml -------------------------------------------------------------------------------- /aspnet-core/xml/ns-Microsoft.AspNetCore.StaticFiles.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/ns-Microsoft.AspNetCore.StaticFiles.xml -------------------------------------------------------------------------------- /aspnet-core/xml/ns-Microsoft.AspNetCore.Telemetry.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/ns-Microsoft.AspNetCore.Telemetry.xml -------------------------------------------------------------------------------- /aspnet-core/xml/ns-Microsoft.AspNetCore.TestHost.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/ns-Microsoft.AspNetCore.TestHost.xml -------------------------------------------------------------------------------- /aspnet-core/xml/ns-Microsoft.AspNetCore.Testing.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/ns-Microsoft.AspNetCore.Testing.xml -------------------------------------------------------------------------------- /aspnet-core/xml/ns-Microsoft.AspNetCore.WebSockets.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/ns-Microsoft.AspNetCore.WebSockets.xml -------------------------------------------------------------------------------- /aspnet-core/xml/ns-Microsoft.AspNetCore.WebUtilities.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/ns-Microsoft.AspNetCore.WebUtilities.xml -------------------------------------------------------------------------------- /aspnet-core/xml/ns-Microsoft.AspNetCore.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/ns-Microsoft.AspNetCore.xml -------------------------------------------------------------------------------- /aspnet-core/xml/ns-Microsoft.CodeAnalysis.Razor.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/ns-Microsoft.CodeAnalysis.Razor.xml -------------------------------------------------------------------------------- /aspnet-core/xml/ns-Microsoft.Extensions.Caching.Hybrid.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/ns-Microsoft.Extensions.Caching.Hybrid.xml -------------------------------------------------------------------------------- /aspnet-core/xml/ns-Microsoft.Extensions.Caching.Memory.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/ns-Microsoft.Extensions.Caching.Memory.xml -------------------------------------------------------------------------------- /aspnet-core/xml/ns-Microsoft.Extensions.Configuration.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/ns-Microsoft.Extensions.Configuration.xml -------------------------------------------------------------------------------- /aspnet-core/xml/ns-Microsoft.Extensions.FileProviders.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/ns-Microsoft.Extensions.FileProviders.xml -------------------------------------------------------------------------------- /aspnet-core/xml/ns-Microsoft.Extensions.Hosting.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/ns-Microsoft.Extensions.Hosting.xml -------------------------------------------------------------------------------- /aspnet-core/xml/ns-Microsoft.Extensions.Http.Logging.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/ns-Microsoft.Extensions.Http.Logging.xml -------------------------------------------------------------------------------- /aspnet-core/xml/ns-Microsoft.Extensions.Http.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/ns-Microsoft.Extensions.Http.xml -------------------------------------------------------------------------------- /aspnet-core/xml/ns-Microsoft.Extensions.Internal.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/ns-Microsoft.Extensions.Internal.xml -------------------------------------------------------------------------------- /aspnet-core/xml/ns-Microsoft.Extensions.Localization.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/ns-Microsoft.Extensions.Localization.xml -------------------------------------------------------------------------------- /aspnet-core/xml/ns-Microsoft.Extensions.Logging.Debug.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/ns-Microsoft.Extensions.Logging.Debug.xml -------------------------------------------------------------------------------- /aspnet-core/xml/ns-Microsoft.Extensions.Logging.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/ns-Microsoft.Extensions.Logging.xml -------------------------------------------------------------------------------- /aspnet-core/xml/ns-Microsoft.Extensions.ObjectPool.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/ns-Microsoft.Extensions.ObjectPool.xml -------------------------------------------------------------------------------- /aspnet-core/xml/ns-Microsoft.Extensions.Options.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/ns-Microsoft.Extensions.Options.xml -------------------------------------------------------------------------------- /aspnet-core/xml/ns-Microsoft.Extensions.Primitives.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/ns-Microsoft.Extensions.Primitives.xml -------------------------------------------------------------------------------- /aspnet-core/xml/ns-Microsoft.Extensions.WebEncoders.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/ns-Microsoft.Extensions.WebEncoders.xml -------------------------------------------------------------------------------- /aspnet-core/xml/ns-Microsoft.JSInterop.Implementation.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/ns-Microsoft.JSInterop.Implementation.xml -------------------------------------------------------------------------------- /aspnet-core/xml/ns-Microsoft.JSInterop.Infrastructure.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/ns-Microsoft.JSInterop.Infrastructure.xml -------------------------------------------------------------------------------- /aspnet-core/xml/ns-Microsoft.JSInterop.Internal.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/ns-Microsoft.JSInterop.Internal.xml -------------------------------------------------------------------------------- /aspnet-core/xml/ns-Microsoft.JSInterop.WebAssembly.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/ns-Microsoft.JSInterop.WebAssembly.xml -------------------------------------------------------------------------------- /aspnet-core/xml/ns-Microsoft.JSInterop.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/ns-Microsoft.JSInterop.xml -------------------------------------------------------------------------------- /aspnet-core/xml/ns-Microsoft.Net.Http.Headers.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/ns-Microsoft.Net.Http.Headers.xml -------------------------------------------------------------------------------- /aspnet-core/xml/ns-Microsoft.Net.Http.Server.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/ns-Microsoft.Net.Http.Server.xml -------------------------------------------------------------------------------- /aspnet-core/xml/ns-Microsoft.Net.WebSockets.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/ns-Microsoft.Net.WebSockets.xml -------------------------------------------------------------------------------- /aspnet-core/xml/ns-Microsoft.Owin.Builder.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/ns-Microsoft.Owin.Builder.xml -------------------------------------------------------------------------------- /aspnet-core/xml/ns-Microsoft.Owin.BuilderProperties.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/ns-Microsoft.Owin.BuilderProperties.xml -------------------------------------------------------------------------------- /aspnet-core/xml/ns-Microsoft.Owin.Cors.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/ns-Microsoft.Owin.Cors.xml -------------------------------------------------------------------------------- /aspnet-core/xml/ns-Microsoft.Owin.Diagnostics.Views.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/ns-Microsoft.Owin.Diagnostics.Views.xml -------------------------------------------------------------------------------- /aspnet-core/xml/ns-Microsoft.Owin.Diagnostics.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/ns-Microsoft.Owin.Diagnostics.xml -------------------------------------------------------------------------------- /aspnet-core/xml/ns-Microsoft.Owin.Extensions.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/ns-Microsoft.Owin.Extensions.xml -------------------------------------------------------------------------------- /aspnet-core/xml/ns-Microsoft.Owin.FileSystems.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/ns-Microsoft.Owin.FileSystems.xml -------------------------------------------------------------------------------- /aspnet-core/xml/ns-Microsoft.Owin.Helpers.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/ns-Microsoft.Owin.Helpers.xml -------------------------------------------------------------------------------- /aspnet-core/xml/ns-Microsoft.Owin.Host.HttpListener.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/ns-Microsoft.Owin.Host.HttpListener.xml -------------------------------------------------------------------------------- /aspnet-core/xml/ns-Microsoft.Owin.Host.SystemWeb.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/ns-Microsoft.Owin.Host.SystemWeb.xml -------------------------------------------------------------------------------- /aspnet-core/xml/ns-Microsoft.Owin.Hosting.Builder.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/ns-Microsoft.Owin.Hosting.Builder.xml -------------------------------------------------------------------------------- /aspnet-core/xml/ns-Microsoft.Owin.Hosting.Engine.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/ns-Microsoft.Owin.Hosting.Engine.xml -------------------------------------------------------------------------------- /aspnet-core/xml/ns-Microsoft.Owin.Hosting.Loader.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/ns-Microsoft.Owin.Hosting.Loader.xml -------------------------------------------------------------------------------- /aspnet-core/xml/ns-Microsoft.Owin.Hosting.Services.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/ns-Microsoft.Owin.Hosting.Services.xml -------------------------------------------------------------------------------- /aspnet-core/xml/ns-Microsoft.Owin.Hosting.Starter.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/ns-Microsoft.Owin.Hosting.Starter.xml -------------------------------------------------------------------------------- /aspnet-core/xml/ns-Microsoft.Owin.Hosting.Tracing.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/ns-Microsoft.Owin.Hosting.Tracing.xml -------------------------------------------------------------------------------- /aspnet-core/xml/ns-Microsoft.Owin.Hosting.Utilities.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/ns-Microsoft.Owin.Hosting.Utilities.xml -------------------------------------------------------------------------------- /aspnet-core/xml/ns-Microsoft.Owin.Hosting.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/ns-Microsoft.Owin.Hosting.xml -------------------------------------------------------------------------------- /aspnet-core/xml/ns-Microsoft.Owin.Infrastructure.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/ns-Microsoft.Owin.Infrastructure.xml -------------------------------------------------------------------------------- /aspnet-core/xml/ns-Microsoft.Owin.Logging.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/ns-Microsoft.Owin.Logging.xml -------------------------------------------------------------------------------- /aspnet-core/xml/ns-Microsoft.Owin.Mapping.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/ns-Microsoft.Owin.Mapping.xml -------------------------------------------------------------------------------- /aspnet-core/xml/ns-Microsoft.Owin.Security.Cookies.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/ns-Microsoft.Owin.Security.Cookies.xml -------------------------------------------------------------------------------- /aspnet-core/xml/ns-Microsoft.Owin.Security.DataHandler.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/ns-Microsoft.Owin.Security.DataHandler.xml -------------------------------------------------------------------------------- /aspnet-core/xml/ns-Microsoft.Owin.Security.Facebook.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/ns-Microsoft.Owin.Security.Facebook.xml -------------------------------------------------------------------------------- /aspnet-core/xml/ns-Microsoft.Owin.Security.Google.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/ns-Microsoft.Owin.Security.Google.xml -------------------------------------------------------------------------------- /aspnet-core/xml/ns-Microsoft.Owin.Security.Interop.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/ns-Microsoft.Owin.Security.Interop.xml -------------------------------------------------------------------------------- /aspnet-core/xml/ns-Microsoft.Owin.Security.Jwt.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/ns-Microsoft.Owin.Security.Jwt.xml -------------------------------------------------------------------------------- /aspnet-core/xml/ns-Microsoft.Owin.Security.OAuth.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/ns-Microsoft.Owin.Security.OAuth.xml -------------------------------------------------------------------------------- /aspnet-core/xml/ns-Microsoft.Owin.Security.Provider.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/ns-Microsoft.Owin.Security.Provider.xml -------------------------------------------------------------------------------- /aspnet-core/xml/ns-Microsoft.Owin.Security.Twitter.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/ns-Microsoft.Owin.Security.Twitter.xml -------------------------------------------------------------------------------- /aspnet-core/xml/ns-Microsoft.Owin.Security.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/ns-Microsoft.Owin.Security.xml -------------------------------------------------------------------------------- /aspnet-core/xml/ns-Microsoft.Owin.StaticFiles.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/ns-Microsoft.Owin.StaticFiles.xml -------------------------------------------------------------------------------- /aspnet-core/xml/ns-Microsoft.Owin.Testing.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/ns-Microsoft.Owin.Testing.xml -------------------------------------------------------------------------------- /aspnet-core/xml/ns-Microsoft.Owin.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/ns-Microsoft.Owin.xml -------------------------------------------------------------------------------- /aspnet-core/xml/ns-Microsoft.Win32.SafeHandles.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/ns-Microsoft.Win32.SafeHandles.xml -------------------------------------------------------------------------------- /aspnet-core/xml/ns-Microsoft.Win32.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/ns-Microsoft.Win32.xml -------------------------------------------------------------------------------- /aspnet-core/xml/ns-Mono.WebAssembly.Interop.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/ns-Mono.WebAssembly.Interop.xml -------------------------------------------------------------------------------- /aspnet-core/xml/ns-Owin.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/ns-Owin.xml -------------------------------------------------------------------------------- /aspnet-core/xml/ns-Polly.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/ns-Polly.xml -------------------------------------------------------------------------------- /aspnet-core/xml/ns-System.Formats.Cbor.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/ns-System.Formats.Cbor.xml -------------------------------------------------------------------------------- /aspnet-core/xml/ns-System.Net.Http.Formatting.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/ns-System.Net.Http.Formatting.xml -------------------------------------------------------------------------------- /aspnet-core/xml/ns-System.Net.Http.Handlers.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/ns-System.Net.Http.Handlers.xml -------------------------------------------------------------------------------- /aspnet-core/xml/ns-System.Net.Http.Headers.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/ns-System.Net.Http.Headers.xml -------------------------------------------------------------------------------- /aspnet-core/xml/ns-System.Net.Http.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/ns-System.Net.Http.xml -------------------------------------------------------------------------------- /aspnet-core/xml/ns-System.Runtime.CompilerServices.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/ns-System.Runtime.CompilerServices.xml -------------------------------------------------------------------------------- /aspnet-core/xml/ns-System.Security.AccessControl.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/ns-System.Security.AccessControl.xml -------------------------------------------------------------------------------- /aspnet-core/xml/ns-System.Security.Claims.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/ns-System.Security.Claims.xml -------------------------------------------------------------------------------- /aspnet-core/xml/ns-System.Threading.RateLimiting.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/ns-System.Threading.RateLimiting.xml -------------------------------------------------------------------------------- /aspnet-core/xml/ns-System.Threading.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/ns-System.Threading.xml -------------------------------------------------------------------------------- /aspnet-core/xml/ns-System.Web.Cors.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/ns-System.Web.Cors.xml -------------------------------------------------------------------------------- /aspnet-core/xml/ns-System.Web.Http.Batch.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/ns-System.Web.Http.Batch.xml -------------------------------------------------------------------------------- /aspnet-core/xml/ns-System.Web.Http.Controllers.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/ns-System.Web.Http.Controllers.xml -------------------------------------------------------------------------------- /aspnet-core/xml/ns-System.Web.Http.Cors.Tracing.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/ns-System.Web.Http.Cors.Tracing.xml -------------------------------------------------------------------------------- /aspnet-core/xml/ns-System.Web.Http.Cors.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/ns-System.Web.Http.Cors.xml -------------------------------------------------------------------------------- /aspnet-core/xml/ns-System.Web.Http.Dependencies.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/ns-System.Web.Http.Dependencies.xml -------------------------------------------------------------------------------- /aspnet-core/xml/ns-System.Web.Http.Description.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/ns-System.Web.Http.Description.xml -------------------------------------------------------------------------------- /aspnet-core/xml/ns-System.Web.Http.Dispatcher.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/ns-System.Web.Http.Dispatcher.xml -------------------------------------------------------------------------------- /aspnet-core/xml/ns-System.Web.Http.ExceptionHandling.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/ns-System.Web.Http.ExceptionHandling.xml -------------------------------------------------------------------------------- /aspnet-core/xml/ns-System.Web.Http.Filters.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/ns-System.Web.Http.Filters.xml -------------------------------------------------------------------------------- /aspnet-core/xml/ns-System.Web.Http.Hosting.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/ns-System.Web.Http.Hosting.xml -------------------------------------------------------------------------------- /aspnet-core/xml/ns-System.Web.Http.Metadata.Providers.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/ns-System.Web.Http.Metadata.Providers.xml -------------------------------------------------------------------------------- /aspnet-core/xml/ns-System.Web.Http.Metadata.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/ns-System.Web.Http.Metadata.xml -------------------------------------------------------------------------------- /aspnet-core/xml/ns-System.Web.Http.ModelBinding.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/ns-System.Web.Http.ModelBinding.xml -------------------------------------------------------------------------------- /aspnet-core/xml/ns-System.Web.Http.Owin.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/ns-System.Web.Http.Owin.xml -------------------------------------------------------------------------------- /aspnet-core/xml/ns-System.Web.Http.Results.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/ns-System.Web.Http.Results.xml -------------------------------------------------------------------------------- /aspnet-core/xml/ns-System.Web.Http.Routing.Constraints.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/ns-System.Web.Http.Routing.Constraints.xml -------------------------------------------------------------------------------- /aspnet-core/xml/ns-System.Web.Http.Routing.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/ns-System.Web.Http.Routing.xml -------------------------------------------------------------------------------- /aspnet-core/xml/ns-System.Web.Http.SelfHost.Channels.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/ns-System.Web.Http.SelfHost.Channels.xml -------------------------------------------------------------------------------- /aspnet-core/xml/ns-System.Web.Http.SelfHost.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/ns-System.Web.Http.SelfHost.xml -------------------------------------------------------------------------------- /aspnet-core/xml/ns-System.Web.Http.Services.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/ns-System.Web.Http.Services.xml -------------------------------------------------------------------------------- /aspnet-core/xml/ns-System.Web.Http.Tracing.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/ns-System.Web.Http.Tracing.xml -------------------------------------------------------------------------------- /aspnet-core/xml/ns-System.Web.Http.Validation.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/ns-System.Web.Http.Validation.xml -------------------------------------------------------------------------------- /aspnet-core/xml/ns-System.Web.Http.ValueProviders.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/ns-System.Web.Http.ValueProviders.xml -------------------------------------------------------------------------------- /aspnet-core/xml/ns-System.Web.Http.WebHost.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/ns-System.Web.Http.WebHost.xml -------------------------------------------------------------------------------- /aspnet-core/xml/ns-System.Web.Http.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/ns-System.Web.Http.xml -------------------------------------------------------------------------------- /aspnet-core/xml/ns-Yarp.ReverseProxy.Configuration.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/ns-Yarp.ReverseProxy.Configuration.xml -------------------------------------------------------------------------------- /aspnet-core/xml/ns-Yarp.ReverseProxy.Delegation.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/ns-Yarp.ReverseProxy.Delegation.xml -------------------------------------------------------------------------------- /aspnet-core/xml/ns-Yarp.ReverseProxy.Forwarder.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/ns-Yarp.ReverseProxy.Forwarder.xml -------------------------------------------------------------------------------- /aspnet-core/xml/ns-Yarp.ReverseProxy.Health.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/ns-Yarp.ReverseProxy.Health.xml -------------------------------------------------------------------------------- /aspnet-core/xml/ns-Yarp.ReverseProxy.LoadBalancing.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/ns-Yarp.ReverseProxy.LoadBalancing.xml -------------------------------------------------------------------------------- /aspnet-core/xml/ns-Yarp.ReverseProxy.Model.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/ns-Yarp.ReverseProxy.Model.xml -------------------------------------------------------------------------------- /aspnet-core/xml/ns-Yarp.ReverseProxy.ServiceDiscovery.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/ns-Yarp.ReverseProxy.ServiceDiscovery.xml -------------------------------------------------------------------------------- /aspnet-core/xml/ns-Yarp.ReverseProxy.SessionAffinity.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/ns-Yarp.ReverseProxy.SessionAffinity.xml -------------------------------------------------------------------------------- /aspnet-core/xml/ns-Yarp.ReverseProxy.Transforms.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/ns-Yarp.ReverseProxy.Transforms.xml -------------------------------------------------------------------------------- /aspnet-core/xml/ns-Yarp.ReverseProxy.Utilities.Tls.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/ns-Yarp.ReverseProxy.Utilities.Tls.xml -------------------------------------------------------------------------------- /aspnet-core/xml/ns-Yarp.ReverseProxy.Utilities.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/ns-Yarp.ReverseProxy.Utilities.xml -------------------------------------------------------------------------------- /aspnet-core/xml/ns-Yarp.ReverseProxy.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/ns-Yarp.ReverseProxy.xml -------------------------------------------------------------------------------- /aspnet-core/xml/ns-Yarp.Telemetry.Consumption.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-core/xml/ns-Yarp.Telemetry.Consumption.xml -------------------------------------------------------------------------------- /aspnet-mvc/breadcrumb/toc.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-mvc/breadcrumb/toc.yml -------------------------------------------------------------------------------- /aspnet-mvc/docfx.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-mvc/docfx.json -------------------------------------------------------------------------------- /aspnet-mvc/xml/FrameworksIndex/aspnet-mvc-5.2.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-mvc/xml/FrameworksIndex/aspnet-mvc-5.2.xml -------------------------------------------------------------------------------- /aspnet-mvc/xml/FrameworksIndex/aspnet-webpages-3.2.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-mvc/xml/FrameworksIndex/aspnet-webpages-3.2.xml -------------------------------------------------------------------------------- /aspnet-mvc/xml/PackageInformation/aspnet-mvc-5.2.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-mvc/xml/PackageInformation/aspnet-mvc-5.2.json -------------------------------------------------------------------------------- /aspnet-mvc/xml/PackageInformation/aspnet-webpages-3.2.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-mvc/xml/PackageInformation/aspnet-webpages-3.2.json -------------------------------------------------------------------------------- /aspnet-mvc/xml/System.Web.Helpers/AntiForgery.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-mvc/xml/System.Web.Helpers/AntiForgery.xml -------------------------------------------------------------------------------- /aspnet-mvc/xml/System.Web.Helpers/AntiForgeryConfig.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-mvc/xml/System.Web.Helpers/AntiForgeryConfig.xml -------------------------------------------------------------------------------- /aspnet-mvc/xml/System.Web.Helpers/Chart.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-mvc/xml/System.Web.Helpers/Chart.xml -------------------------------------------------------------------------------- /aspnet-mvc/xml/System.Web.Helpers/ChartTheme.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-mvc/xml/System.Web.Helpers/ChartTheme.xml -------------------------------------------------------------------------------- /aspnet-mvc/xml/System.Web.Helpers/Crypto.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-mvc/xml/System.Web.Helpers/Crypto.xml -------------------------------------------------------------------------------- /aspnet-mvc/xml/System.Web.Helpers/DynamicJsonArray.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-mvc/xml/System.Web.Helpers/DynamicJsonArray.xml -------------------------------------------------------------------------------- /aspnet-mvc/xml/System.Web.Helpers/DynamicJsonObject.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-mvc/xml/System.Web.Helpers/DynamicJsonObject.xml -------------------------------------------------------------------------------- /aspnet-mvc/xml/System.Web.Helpers/Json.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-mvc/xml/System.Web.Helpers/Json.xml -------------------------------------------------------------------------------- /aspnet-mvc/xml/System.Web.Helpers/ObjectInfo.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-mvc/xml/System.Web.Helpers/ObjectInfo.xml -------------------------------------------------------------------------------- /aspnet-mvc/xml/System.Web.Helpers/ServerInfo.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-mvc/xml/System.Web.Helpers/ServerInfo.xml -------------------------------------------------------------------------------- /aspnet-mvc/xml/System.Web.Helpers/SortDirection.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-mvc/xml/System.Web.Helpers/SortDirection.xml -------------------------------------------------------------------------------- /aspnet-mvc/xml/System.Web.Helpers/Validation.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-mvc/xml/System.Web.Helpers/Validation.xml -------------------------------------------------------------------------------- /aspnet-mvc/xml/System.Web.Helpers/WebCache.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-mvc/xml/System.Web.Helpers/WebCache.xml -------------------------------------------------------------------------------- /aspnet-mvc/xml/System.Web.Helpers/WebGrid.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-mvc/xml/System.Web.Helpers/WebGrid.xml -------------------------------------------------------------------------------- /aspnet-mvc/xml/System.Web.Helpers/WebGridColumn.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-mvc/xml/System.Web.Helpers/WebGridColumn.xml -------------------------------------------------------------------------------- /aspnet-mvc/xml/System.Web.Helpers/WebGridPagerModes.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-mvc/xml/System.Web.Helpers/WebGridPagerModes.xml -------------------------------------------------------------------------------- /aspnet-mvc/xml/System.Web.Helpers/WebGridRow.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-mvc/xml/System.Web.Helpers/WebGridRow.xml -------------------------------------------------------------------------------- /aspnet-mvc/xml/System.Web.Helpers/WebImage.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-mvc/xml/System.Web.Helpers/WebImage.xml -------------------------------------------------------------------------------- /aspnet-mvc/xml/System.Web.Helpers/WebMail.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-mvc/xml/System.Web.Helpers/WebMail.xml -------------------------------------------------------------------------------- /aspnet-mvc/xml/System.Web.Mvc.Ajax/AjaxExtensions.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-mvc/xml/System.Web.Mvc.Ajax/AjaxExtensions.xml -------------------------------------------------------------------------------- /aspnet-mvc/xml/System.Web.Mvc.Ajax/AjaxOptions.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-mvc/xml/System.Web.Mvc.Ajax/AjaxOptions.xml -------------------------------------------------------------------------------- /aspnet-mvc/xml/System.Web.Mvc.Ajax/InsertionMode.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-mvc/xml/System.Web.Mvc.Ajax/InsertionMode.xml -------------------------------------------------------------------------------- /aspnet-mvc/xml/System.Web.Mvc.Async/AsyncManager.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-mvc/xml/System.Web.Mvc.Async/AsyncManager.xml -------------------------------------------------------------------------------- /aspnet-mvc/xml/System.Web.Mvc.Async/IAsyncController.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-mvc/xml/System.Web.Mvc.Async/IAsyncController.xml -------------------------------------------------------------------------------- /aspnet-mvc/xml/System.Web.Mvc.Async/OperationCounter.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-mvc/xml/System.Web.Mvc.Async/OperationCounter.xml -------------------------------------------------------------------------------- /aspnet-mvc/xml/System.Web.Mvc.Filters/IOverrideFilter.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-mvc/xml/System.Web.Mvc.Filters/IOverrideFilter.xml -------------------------------------------------------------------------------- /aspnet-mvc/xml/System.Web.Mvc.Html/DisplayExtensions.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-mvc/xml/System.Web.Mvc.Html/DisplayExtensions.xml -------------------------------------------------------------------------------- /aspnet-mvc/xml/System.Web.Mvc.Html/EditorExtensions.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-mvc/xml/System.Web.Mvc.Html/EditorExtensions.xml -------------------------------------------------------------------------------- /aspnet-mvc/xml/System.Web.Mvc.Html/EnumHelper.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-mvc/xml/System.Web.Mvc.Html/EnumHelper.xml -------------------------------------------------------------------------------- /aspnet-mvc/xml/System.Web.Mvc.Html/FormExtensions.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-mvc/xml/System.Web.Mvc.Html/FormExtensions.xml -------------------------------------------------------------------------------- /aspnet-mvc/xml/System.Web.Mvc.Html/InputExtensions.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-mvc/xml/System.Web.Mvc.Html/InputExtensions.xml -------------------------------------------------------------------------------- /aspnet-mvc/xml/System.Web.Mvc.Html/LabelExtensions.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-mvc/xml/System.Web.Mvc.Html/LabelExtensions.xml -------------------------------------------------------------------------------- /aspnet-mvc/xml/System.Web.Mvc.Html/LinkExtensions.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-mvc/xml/System.Web.Mvc.Html/LinkExtensions.xml -------------------------------------------------------------------------------- /aspnet-mvc/xml/System.Web.Mvc.Html/MvcForm.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-mvc/xml/System.Web.Mvc.Html/MvcForm.xml -------------------------------------------------------------------------------- /aspnet-mvc/xml/System.Web.Mvc.Html/NameExtensions.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-mvc/xml/System.Web.Mvc.Html/NameExtensions.xml -------------------------------------------------------------------------------- /aspnet-mvc/xml/System.Web.Mvc.Html/PartialExtensions.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-mvc/xml/System.Web.Mvc.Html/PartialExtensions.xml -------------------------------------------------------------------------------- /aspnet-mvc/xml/System.Web.Mvc.Html/SelectExtensions.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-mvc/xml/System.Web.Mvc.Html/SelectExtensions.xml -------------------------------------------------------------------------------- /aspnet-mvc/xml/System.Web.Mvc.Html/TextAreaExtensions.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-mvc/xml/System.Web.Mvc.Html/TextAreaExtensions.xml -------------------------------------------------------------------------------- /aspnet-mvc/xml/System.Web.Mvc.Html/ValueExtensions.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-mvc/xml/System.Web.Mvc.Html/ValueExtensions.xml -------------------------------------------------------------------------------- /aspnet-mvc/xml/System.Web.Mvc.Routing/IRoutePrefix.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-mvc/xml/System.Web.Mvc.Routing/IRoutePrefix.xml -------------------------------------------------------------------------------- /aspnet-mvc/xml/System.Web.Mvc.Routing/RouteBuilder.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-mvc/xml/System.Web.Mvc.Routing/RouteBuilder.xml -------------------------------------------------------------------------------- /aspnet-mvc/xml/System.Web.Mvc.Routing/RouteEntry.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-mvc/xml/System.Web.Mvc.Routing/RouteEntry.xml -------------------------------------------------------------------------------- /aspnet-mvc/xml/System.Web.Mvc/AcceptVerbsAttribute.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-mvc/xml/System.Web.Mvc/AcceptVerbsAttribute.xml -------------------------------------------------------------------------------- /aspnet-mvc/xml/System.Web.Mvc/ActionDescriptor.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-mvc/xml/System.Web.Mvc/ActionDescriptor.xml -------------------------------------------------------------------------------- /aspnet-mvc/xml/System.Web.Mvc/ActionExecutedContext.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-mvc/xml/System.Web.Mvc/ActionExecutedContext.xml -------------------------------------------------------------------------------- /aspnet-mvc/xml/System.Web.Mvc/ActionExecutingContext.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-mvc/xml/System.Web.Mvc/ActionExecutingContext.xml -------------------------------------------------------------------------------- /aspnet-mvc/xml/System.Web.Mvc/ActionFilterAttribute.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-mvc/xml/System.Web.Mvc/ActionFilterAttribute.xml -------------------------------------------------------------------------------- /aspnet-mvc/xml/System.Web.Mvc/ActionNameAttribute.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-mvc/xml/System.Web.Mvc/ActionNameAttribute.xml -------------------------------------------------------------------------------- /aspnet-mvc/xml/System.Web.Mvc/ActionResult.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-mvc/xml/System.Web.Mvc/ActionResult.xml -------------------------------------------------------------------------------- /aspnet-mvc/xml/System.Web.Mvc/ActionSelector.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-mvc/xml/System.Web.Mvc/ActionSelector.xml -------------------------------------------------------------------------------- /aspnet-mvc/xml/System.Web.Mvc/AjaxHelper.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-mvc/xml/System.Web.Mvc/AjaxHelper.xml -------------------------------------------------------------------------------- /aspnet-mvc/xml/System.Web.Mvc/AjaxHelper`1.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-mvc/xml/System.Web.Mvc/AjaxHelper`1.xml -------------------------------------------------------------------------------- /aspnet-mvc/xml/System.Web.Mvc/AjaxRequestExtensions.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-mvc/xml/System.Web.Mvc/AjaxRequestExtensions.xml -------------------------------------------------------------------------------- /aspnet-mvc/xml/System.Web.Mvc/AllowAnonymousAttribute.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-mvc/xml/System.Web.Mvc/AllowAnonymousAttribute.xml -------------------------------------------------------------------------------- /aspnet-mvc/xml/System.Web.Mvc/AllowHtmlAttribute.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-mvc/xml/System.Web.Mvc/AllowHtmlAttribute.xml -------------------------------------------------------------------------------- /aspnet-mvc/xml/System.Web.Mvc/AreaReference.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-mvc/xml/System.Web.Mvc/AreaReference.xml -------------------------------------------------------------------------------- /aspnet-mvc/xml/System.Web.Mvc/AreaRegistration.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-mvc/xml/System.Web.Mvc/AreaRegistration.xml -------------------------------------------------------------------------------- /aspnet-mvc/xml/System.Web.Mvc/AreaRegistrationContext.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-mvc/xml/System.Web.Mvc/AreaRegistrationContext.xml -------------------------------------------------------------------------------- /aspnet-mvc/xml/System.Web.Mvc/AsyncController.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-mvc/xml/System.Web.Mvc/AsyncController.xml -------------------------------------------------------------------------------- /aspnet-mvc/xml/System.Web.Mvc/AsyncTimeoutAttribute.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-mvc/xml/System.Web.Mvc/AsyncTimeoutAttribute.xml -------------------------------------------------------------------------------- /aspnet-mvc/xml/System.Web.Mvc/AuthorizationContext.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-mvc/xml/System.Web.Mvc/AuthorizationContext.xml -------------------------------------------------------------------------------- /aspnet-mvc/xml/System.Web.Mvc/AuthorizeAttribute.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-mvc/xml/System.Web.Mvc/AuthorizeAttribute.xml -------------------------------------------------------------------------------- /aspnet-mvc/xml/System.Web.Mvc/BindAttribute.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-mvc/xml/System.Web.Mvc/BindAttribute.xml -------------------------------------------------------------------------------- /aspnet-mvc/xml/System.Web.Mvc/BuildManagerCompiledView.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-mvc/xml/System.Web.Mvc/BuildManagerCompiledView.xml -------------------------------------------------------------------------------- /aspnet-mvc/xml/System.Web.Mvc/BuildManagerViewEngine.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-mvc/xml/System.Web.Mvc/BuildManagerViewEngine.xml -------------------------------------------------------------------------------- /aspnet-mvc/xml/System.Web.Mvc/ByteArrayModelBinder.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-mvc/xml/System.Web.Mvc/ByteArrayModelBinder.xml -------------------------------------------------------------------------------- /aspnet-mvc/xml/System.Web.Mvc/CachedModelMetadata`1.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-mvc/xml/System.Web.Mvc/CachedModelMetadata`1.xml -------------------------------------------------------------------------------- /aspnet-mvc/xml/System.Web.Mvc/ChildActionOnlyAttribute.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-mvc/xml/System.Web.Mvc/ChildActionOnlyAttribute.xml -------------------------------------------------------------------------------- /aspnet-mvc/xml/System.Web.Mvc/ChildActionValueProvider.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-mvc/xml/System.Web.Mvc/ChildActionValueProvider.xml -------------------------------------------------------------------------------- /aspnet-mvc/xml/System.Web.Mvc/CompareAttribute.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-mvc/xml/System.Web.Mvc/CompareAttribute.xml -------------------------------------------------------------------------------- /aspnet-mvc/xml/System.Web.Mvc/ContentResult.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-mvc/xml/System.Web.Mvc/ContentResult.xml -------------------------------------------------------------------------------- /aspnet-mvc/xml/System.Web.Mvc/Controller.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-mvc/xml/System.Web.Mvc/Controller.xml -------------------------------------------------------------------------------- /aspnet-mvc/xml/System.Web.Mvc/ControllerActionInvoker.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-mvc/xml/System.Web.Mvc/ControllerActionInvoker.xml -------------------------------------------------------------------------------- /aspnet-mvc/xml/System.Web.Mvc/ControllerBase.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-mvc/xml/System.Web.Mvc/ControllerBase.xml -------------------------------------------------------------------------------- /aspnet-mvc/xml/System.Web.Mvc/ControllerBuilder.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-mvc/xml/System.Web.Mvc/ControllerBuilder.xml -------------------------------------------------------------------------------- /aspnet-mvc/xml/System.Web.Mvc/ControllerContext.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-mvc/xml/System.Web.Mvc/ControllerContext.xml -------------------------------------------------------------------------------- /aspnet-mvc/xml/System.Web.Mvc/ControllerDescriptor.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-mvc/xml/System.Web.Mvc/ControllerDescriptor.xml -------------------------------------------------------------------------------- /aspnet-mvc/xml/System.Web.Mvc/DefaultControllerFactory.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-mvc/xml/System.Web.Mvc/DefaultControllerFactory.xml -------------------------------------------------------------------------------- /aspnet-mvc/xml/System.Web.Mvc/DefaultModelBinder.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-mvc/xml/System.Web.Mvc/DefaultModelBinder.xml -------------------------------------------------------------------------------- /aspnet-mvc/xml/System.Web.Mvc/DefaultViewLocationCache.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-mvc/xml/System.Web.Mvc/DefaultViewLocationCache.xml -------------------------------------------------------------------------------- /aspnet-mvc/xml/System.Web.Mvc/DependencyResolver.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-mvc/xml/System.Web.Mvc/DependencyResolver.xml -------------------------------------------------------------------------------- /aspnet-mvc/xml/System.Web.Mvc/EmptyResult.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-mvc/xml/System.Web.Mvc/EmptyResult.xml -------------------------------------------------------------------------------- /aspnet-mvc/xml/System.Web.Mvc/ExceptionContext.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-mvc/xml/System.Web.Mvc/ExceptionContext.xml -------------------------------------------------------------------------------- /aspnet-mvc/xml/System.Web.Mvc/ExpressionHelper.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-mvc/xml/System.Web.Mvc/ExpressionHelper.xml -------------------------------------------------------------------------------- /aspnet-mvc/xml/System.Web.Mvc/FieldValidationMetadata.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-mvc/xml/System.Web.Mvc/FieldValidationMetadata.xml -------------------------------------------------------------------------------- /aspnet-mvc/xml/System.Web.Mvc/FileContentResult.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-mvc/xml/System.Web.Mvc/FileContentResult.xml -------------------------------------------------------------------------------- /aspnet-mvc/xml/System.Web.Mvc/FilePathResult.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-mvc/xml/System.Web.Mvc/FilePathResult.xml -------------------------------------------------------------------------------- /aspnet-mvc/xml/System.Web.Mvc/FileResult.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-mvc/xml/System.Web.Mvc/FileResult.xml -------------------------------------------------------------------------------- /aspnet-mvc/xml/System.Web.Mvc/FileStreamResult.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-mvc/xml/System.Web.Mvc/FileStreamResult.xml -------------------------------------------------------------------------------- /aspnet-mvc/xml/System.Web.Mvc/Filter.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-mvc/xml/System.Web.Mvc/Filter.xml -------------------------------------------------------------------------------- /aspnet-mvc/xml/System.Web.Mvc/FilterAttribute.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-mvc/xml/System.Web.Mvc/FilterAttribute.xml -------------------------------------------------------------------------------- /aspnet-mvc/xml/System.Web.Mvc/FilterInfo.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-mvc/xml/System.Web.Mvc/FilterInfo.xml -------------------------------------------------------------------------------- /aspnet-mvc/xml/System.Web.Mvc/FilterProviderCollection.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-mvc/xml/System.Web.Mvc/FilterProviderCollection.xml -------------------------------------------------------------------------------- /aspnet-mvc/xml/System.Web.Mvc/FilterProviders.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-mvc/xml/System.Web.Mvc/FilterProviders.xml -------------------------------------------------------------------------------- /aspnet-mvc/xml/System.Web.Mvc/FilterScope.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-mvc/xml/System.Web.Mvc/FilterScope.xml -------------------------------------------------------------------------------- /aspnet-mvc/xml/System.Web.Mvc/FormCollection.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-mvc/xml/System.Web.Mvc/FormCollection.xml -------------------------------------------------------------------------------- /aspnet-mvc/xml/System.Web.Mvc/FormContext.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-mvc/xml/System.Web.Mvc/FormContext.xml -------------------------------------------------------------------------------- /aspnet-mvc/xml/System.Web.Mvc/FormMethod.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-mvc/xml/System.Web.Mvc/FormMethod.xml -------------------------------------------------------------------------------- /aspnet-mvc/xml/System.Web.Mvc/FormValueProvider.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-mvc/xml/System.Web.Mvc/FormValueProvider.xml -------------------------------------------------------------------------------- /aspnet-mvc/xml/System.Web.Mvc/FormValueProviderFactory.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-mvc/xml/System.Web.Mvc/FormValueProviderFactory.xml -------------------------------------------------------------------------------- /aspnet-mvc/xml/System.Web.Mvc/GlobalFilterCollection.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-mvc/xml/System.Web.Mvc/GlobalFilterCollection.xml -------------------------------------------------------------------------------- /aspnet-mvc/xml/System.Web.Mvc/GlobalFilters.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-mvc/xml/System.Web.Mvc/GlobalFilters.xml -------------------------------------------------------------------------------- /aspnet-mvc/xml/System.Web.Mvc/HandleErrorAttribute.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-mvc/xml/System.Web.Mvc/HandleErrorAttribute.xml -------------------------------------------------------------------------------- /aspnet-mvc/xml/System.Web.Mvc/HandleErrorInfo.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-mvc/xml/System.Web.Mvc/HandleErrorInfo.xml -------------------------------------------------------------------------------- /aspnet-mvc/xml/System.Web.Mvc/HiddenInputAttribute.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-mvc/xml/System.Web.Mvc/HiddenInputAttribute.xml -------------------------------------------------------------------------------- /aspnet-mvc/xml/System.Web.Mvc/Html5DateRenderingMode.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-mvc/xml/System.Web.Mvc/Html5DateRenderingMode.xml -------------------------------------------------------------------------------- /aspnet-mvc/xml/System.Web.Mvc/HtmlHelper.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-mvc/xml/System.Web.Mvc/HtmlHelper.xml -------------------------------------------------------------------------------- /aspnet-mvc/xml/System.Web.Mvc/HtmlHelper`1.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-mvc/xml/System.Web.Mvc/HtmlHelper`1.xml -------------------------------------------------------------------------------- /aspnet-mvc/xml/System.Web.Mvc/HttpAntiForgeryException.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-mvc/xml/System.Web.Mvc/HttpAntiForgeryException.xml -------------------------------------------------------------------------------- /aspnet-mvc/xml/System.Web.Mvc/HttpDeleteAttribute.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-mvc/xml/System.Web.Mvc/HttpDeleteAttribute.xml -------------------------------------------------------------------------------- /aspnet-mvc/xml/System.Web.Mvc/HttpGetAttribute.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-mvc/xml/System.Web.Mvc/HttpGetAttribute.xml -------------------------------------------------------------------------------- /aspnet-mvc/xml/System.Web.Mvc/HttpHeadAttribute.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-mvc/xml/System.Web.Mvc/HttpHeadAttribute.xml -------------------------------------------------------------------------------- /aspnet-mvc/xml/System.Web.Mvc/HttpNotFoundResult.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-mvc/xml/System.Web.Mvc/HttpNotFoundResult.xml -------------------------------------------------------------------------------- /aspnet-mvc/xml/System.Web.Mvc/HttpOptionsAttribute.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-mvc/xml/System.Web.Mvc/HttpOptionsAttribute.xml -------------------------------------------------------------------------------- /aspnet-mvc/xml/System.Web.Mvc/HttpPatchAttribute.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-mvc/xml/System.Web.Mvc/HttpPatchAttribute.xml -------------------------------------------------------------------------------- /aspnet-mvc/xml/System.Web.Mvc/HttpPostAttribute.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-mvc/xml/System.Web.Mvc/HttpPostAttribute.xml -------------------------------------------------------------------------------- /aspnet-mvc/xml/System.Web.Mvc/HttpPutAttribute.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-mvc/xml/System.Web.Mvc/HttpPutAttribute.xml -------------------------------------------------------------------------------- /aspnet-mvc/xml/System.Web.Mvc/HttpRequestExtensions.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-mvc/xml/System.Web.Mvc/HttpRequestExtensions.xml -------------------------------------------------------------------------------- /aspnet-mvc/xml/System.Web.Mvc/HttpStatusCodeResult.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-mvc/xml/System.Web.Mvc/HttpStatusCodeResult.xml -------------------------------------------------------------------------------- /aspnet-mvc/xml/System.Web.Mvc/HttpUnauthorizedResult.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-mvc/xml/System.Web.Mvc/HttpUnauthorizedResult.xml -------------------------------------------------------------------------------- /aspnet-mvc/xml/System.Web.Mvc/HttpVerbs.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-mvc/xml/System.Web.Mvc/HttpVerbs.xml -------------------------------------------------------------------------------- /aspnet-mvc/xml/System.Web.Mvc/IActionFilter.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-mvc/xml/System.Web.Mvc/IActionFilter.xml -------------------------------------------------------------------------------- /aspnet-mvc/xml/System.Web.Mvc/IActionInvoker.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-mvc/xml/System.Web.Mvc/IActionInvoker.xml -------------------------------------------------------------------------------- /aspnet-mvc/xml/System.Web.Mvc/IActionInvokerFactory.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-mvc/xml/System.Web.Mvc/IActionInvokerFactory.xml -------------------------------------------------------------------------------- /aspnet-mvc/xml/System.Web.Mvc/IAuthorizationFilter.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-mvc/xml/System.Web.Mvc/IAuthorizationFilter.xml -------------------------------------------------------------------------------- /aspnet-mvc/xml/System.Web.Mvc/IClientValidatable.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-mvc/xml/System.Web.Mvc/IClientValidatable.xml -------------------------------------------------------------------------------- /aspnet-mvc/xml/System.Web.Mvc/IController.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-mvc/xml/System.Web.Mvc/IController.xml -------------------------------------------------------------------------------- /aspnet-mvc/xml/System.Web.Mvc/IControllerActivator.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-mvc/xml/System.Web.Mvc/IControllerActivator.xml -------------------------------------------------------------------------------- /aspnet-mvc/xml/System.Web.Mvc/IControllerFactory.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-mvc/xml/System.Web.Mvc/IControllerFactory.xml -------------------------------------------------------------------------------- /aspnet-mvc/xml/System.Web.Mvc/IDependencyResolver.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-mvc/xml/System.Web.Mvc/IDependencyResolver.xml -------------------------------------------------------------------------------- /aspnet-mvc/xml/System.Web.Mvc/IEnumerableValueProvider.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-mvc/xml/System.Web.Mvc/IEnumerableValueProvider.xml -------------------------------------------------------------------------------- /aspnet-mvc/xml/System.Web.Mvc/IExceptionFilter.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-mvc/xml/System.Web.Mvc/IExceptionFilter.xml -------------------------------------------------------------------------------- /aspnet-mvc/xml/System.Web.Mvc/IFilterProvider.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-mvc/xml/System.Web.Mvc/IFilterProvider.xml -------------------------------------------------------------------------------- /aspnet-mvc/xml/System.Web.Mvc/IMetadataAware.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-mvc/xml/System.Web.Mvc/IMetadataAware.xml -------------------------------------------------------------------------------- /aspnet-mvc/xml/System.Web.Mvc/IModelBinder.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-mvc/xml/System.Web.Mvc/IModelBinder.xml -------------------------------------------------------------------------------- /aspnet-mvc/xml/System.Web.Mvc/IModelBinderProvider.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-mvc/xml/System.Web.Mvc/IModelBinderProvider.xml -------------------------------------------------------------------------------- /aspnet-mvc/xml/System.Web.Mvc/IMvcFilter.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-mvc/xml/System.Web.Mvc/IMvcFilter.xml -------------------------------------------------------------------------------- /aspnet-mvc/xml/System.Web.Mvc/IResultFilter.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-mvc/xml/System.Web.Mvc/IResultFilter.xml -------------------------------------------------------------------------------- /aspnet-mvc/xml/System.Web.Mvc/IRouteWithArea.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-mvc/xml/System.Web.Mvc/IRouteWithArea.xml -------------------------------------------------------------------------------- /aspnet-mvc/xml/System.Web.Mvc/ITempDataProvider.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-mvc/xml/System.Web.Mvc/ITempDataProvider.xml -------------------------------------------------------------------------------- /aspnet-mvc/xml/System.Web.Mvc/ITempDataProviderFactory.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-mvc/xml/System.Web.Mvc/ITempDataProviderFactory.xml -------------------------------------------------------------------------------- /aspnet-mvc/xml/System.Web.Mvc/IValueProvider.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-mvc/xml/System.Web.Mvc/IValueProvider.xml -------------------------------------------------------------------------------- /aspnet-mvc/xml/System.Web.Mvc/IView.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-mvc/xml/System.Web.Mvc/IView.xml -------------------------------------------------------------------------------- /aspnet-mvc/xml/System.Web.Mvc/IViewDataContainer.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-mvc/xml/System.Web.Mvc/IViewDataContainer.xml -------------------------------------------------------------------------------- /aspnet-mvc/xml/System.Web.Mvc/IViewEngine.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-mvc/xml/System.Web.Mvc/IViewEngine.xml -------------------------------------------------------------------------------- /aspnet-mvc/xml/System.Web.Mvc/IViewLocationCache.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-mvc/xml/System.Web.Mvc/IViewLocationCache.xml -------------------------------------------------------------------------------- /aspnet-mvc/xml/System.Web.Mvc/IViewPageActivator.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-mvc/xml/System.Web.Mvc/IViewPageActivator.xml -------------------------------------------------------------------------------- /aspnet-mvc/xml/System.Web.Mvc/InputType.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-mvc/xml/System.Web.Mvc/InputType.xml -------------------------------------------------------------------------------- /aspnet-mvc/xml/System.Web.Mvc/JQueryFormValueProvider.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-mvc/xml/System.Web.Mvc/JQueryFormValueProvider.xml -------------------------------------------------------------------------------- /aspnet-mvc/xml/System.Web.Mvc/JavaScriptResult.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-mvc/xml/System.Web.Mvc/JavaScriptResult.xml -------------------------------------------------------------------------------- /aspnet-mvc/xml/System.Web.Mvc/JsonRequestBehavior.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-mvc/xml/System.Web.Mvc/JsonRequestBehavior.xml -------------------------------------------------------------------------------- /aspnet-mvc/xml/System.Web.Mvc/JsonResult.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-mvc/xml/System.Web.Mvc/JsonResult.xml -------------------------------------------------------------------------------- /aspnet-mvc/xml/System.Web.Mvc/JsonValueProviderFactory.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-mvc/xml/System.Web.Mvc/JsonValueProviderFactory.xml -------------------------------------------------------------------------------- /aspnet-mvc/xml/System.Web.Mvc/LinqBinaryModelBinder.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-mvc/xml/System.Web.Mvc/LinqBinaryModelBinder.xml -------------------------------------------------------------------------------- /aspnet-mvc/xml/System.Web.Mvc/ModelBinderAttribute.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-mvc/xml/System.Web.Mvc/ModelBinderAttribute.xml -------------------------------------------------------------------------------- /aspnet-mvc/xml/System.Web.Mvc/ModelBinderDictionary.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-mvc/xml/System.Web.Mvc/ModelBinderDictionary.xml -------------------------------------------------------------------------------- /aspnet-mvc/xml/System.Web.Mvc/ModelBinderProviders.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-mvc/xml/System.Web.Mvc/ModelBinderProviders.xml -------------------------------------------------------------------------------- /aspnet-mvc/xml/System.Web.Mvc/ModelBinders.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-mvc/xml/System.Web.Mvc/ModelBinders.xml -------------------------------------------------------------------------------- /aspnet-mvc/xml/System.Web.Mvc/ModelBindingContext.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-mvc/xml/System.Web.Mvc/ModelBindingContext.xml -------------------------------------------------------------------------------- /aspnet-mvc/xml/System.Web.Mvc/ModelError.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-mvc/xml/System.Web.Mvc/ModelError.xml -------------------------------------------------------------------------------- /aspnet-mvc/xml/System.Web.Mvc/ModelErrorCollection.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-mvc/xml/System.Web.Mvc/ModelErrorCollection.xml -------------------------------------------------------------------------------- /aspnet-mvc/xml/System.Web.Mvc/ModelMetadata.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-mvc/xml/System.Web.Mvc/ModelMetadata.xml -------------------------------------------------------------------------------- /aspnet-mvc/xml/System.Web.Mvc/ModelMetadataProvider.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-mvc/xml/System.Web.Mvc/ModelMetadataProvider.xml -------------------------------------------------------------------------------- /aspnet-mvc/xml/System.Web.Mvc/ModelMetadataProviders.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-mvc/xml/System.Web.Mvc/ModelMetadataProviders.xml -------------------------------------------------------------------------------- /aspnet-mvc/xml/System.Web.Mvc/ModelState.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-mvc/xml/System.Web.Mvc/ModelState.xml -------------------------------------------------------------------------------- /aspnet-mvc/xml/System.Web.Mvc/ModelStateDictionary.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-mvc/xml/System.Web.Mvc/ModelStateDictionary.xml -------------------------------------------------------------------------------- /aspnet-mvc/xml/System.Web.Mvc/ModelValidationResult.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-mvc/xml/System.Web.Mvc/ModelValidationResult.xml -------------------------------------------------------------------------------- /aspnet-mvc/xml/System.Web.Mvc/ModelValidator.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-mvc/xml/System.Web.Mvc/ModelValidator.xml -------------------------------------------------------------------------------- /aspnet-mvc/xml/System.Web.Mvc/ModelValidatorProvider.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-mvc/xml/System.Web.Mvc/ModelValidatorProvider.xml -------------------------------------------------------------------------------- /aspnet-mvc/xml/System.Web.Mvc/ModelValidatorProviders.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-mvc/xml/System.Web.Mvc/ModelValidatorProviders.xml -------------------------------------------------------------------------------- /aspnet-mvc/xml/System.Web.Mvc/MultiSelectList.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-mvc/xml/System.Web.Mvc/MultiSelectList.xml -------------------------------------------------------------------------------- /aspnet-mvc/xml/System.Web.Mvc/MvcFilter.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-mvc/xml/System.Web.Mvc/MvcFilter.xml -------------------------------------------------------------------------------- /aspnet-mvc/xml/System.Web.Mvc/MvcHandler.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-mvc/xml/System.Web.Mvc/MvcHandler.xml -------------------------------------------------------------------------------- /aspnet-mvc/xml/System.Web.Mvc/MvcHtmlString.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-mvc/xml/System.Web.Mvc/MvcHtmlString.xml -------------------------------------------------------------------------------- /aspnet-mvc/xml/System.Web.Mvc/MvcHttpHandler.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-mvc/xml/System.Web.Mvc/MvcHttpHandler.xml -------------------------------------------------------------------------------- /aspnet-mvc/xml/System.Web.Mvc/MvcRouteHandler.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-mvc/xml/System.Web.Mvc/MvcRouteHandler.xml -------------------------------------------------------------------------------- /aspnet-mvc/xml/System.Web.Mvc/MvcWebRazorHostFactory.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-mvc/xml/System.Web.Mvc/MvcWebRazorHostFactory.xml -------------------------------------------------------------------------------- /aspnet-mvc/xml/System.Web.Mvc/NoAsyncTimeoutAttribute.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-mvc/xml/System.Web.Mvc/NoAsyncTimeoutAttribute.xml -------------------------------------------------------------------------------- /aspnet-mvc/xml/System.Web.Mvc/NonActionAttribute.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-mvc/xml/System.Web.Mvc/NonActionAttribute.xml -------------------------------------------------------------------------------- /aspnet-mvc/xml/System.Web.Mvc/OutputCacheAttribute.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-mvc/xml/System.Web.Mvc/OutputCacheAttribute.xml -------------------------------------------------------------------------------- /aspnet-mvc/xml/System.Web.Mvc/ParameterBindingInfo.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-mvc/xml/System.Web.Mvc/ParameterBindingInfo.xml -------------------------------------------------------------------------------- /aspnet-mvc/xml/System.Web.Mvc/ParameterDescriptor.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-mvc/xml/System.Web.Mvc/ParameterDescriptor.xml -------------------------------------------------------------------------------- /aspnet-mvc/xml/System.Web.Mvc/PartialViewResult.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-mvc/xml/System.Web.Mvc/PartialViewResult.xml -------------------------------------------------------------------------------- /aspnet-mvc/xml/System.Web.Mvc/PreApplicationStartCode.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-mvc/xml/System.Web.Mvc/PreApplicationStartCode.xml -------------------------------------------------------------------------------- /aspnet-mvc/xml/System.Web.Mvc/QueryStringValueProvider.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-mvc/xml/System.Web.Mvc/QueryStringValueProvider.xml -------------------------------------------------------------------------------- /aspnet-mvc/xml/System.Web.Mvc/RangeAttributeAdapter.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-mvc/xml/System.Web.Mvc/RangeAttributeAdapter.xml -------------------------------------------------------------------------------- /aspnet-mvc/xml/System.Web.Mvc/RazorView.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-mvc/xml/System.Web.Mvc/RazorView.xml -------------------------------------------------------------------------------- /aspnet-mvc/xml/System.Web.Mvc/RazorViewEngine.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-mvc/xml/System.Web.Mvc/RazorViewEngine.xml -------------------------------------------------------------------------------- /aspnet-mvc/xml/System.Web.Mvc/RedirectResult.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-mvc/xml/System.Web.Mvc/RedirectResult.xml -------------------------------------------------------------------------------- /aspnet-mvc/xml/System.Web.Mvc/RedirectToRouteResult.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-mvc/xml/System.Web.Mvc/RedirectToRouteResult.xml -------------------------------------------------------------------------------- /aspnet-mvc/xml/System.Web.Mvc/RemoteAttribute.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-mvc/xml/System.Web.Mvc/RemoteAttribute.xml -------------------------------------------------------------------------------- /aspnet-mvc/xml/System.Web.Mvc/RequireHttpsAttribute.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-mvc/xml/System.Web.Mvc/RequireHttpsAttribute.xml -------------------------------------------------------------------------------- /aspnet-mvc/xml/System.Web.Mvc/RequiredAttributeAdapter.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-mvc/xml/System.Web.Mvc/RequiredAttributeAdapter.xml -------------------------------------------------------------------------------- /aspnet-mvc/xml/System.Web.Mvc/ResultExecutedContext.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-mvc/xml/System.Web.Mvc/ResultExecutedContext.xml -------------------------------------------------------------------------------- /aspnet-mvc/xml/System.Web.Mvc/ResultExecutingContext.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-mvc/xml/System.Web.Mvc/ResultExecutingContext.xml -------------------------------------------------------------------------------- /aspnet-mvc/xml/System.Web.Mvc/RouteAreaAttribute.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-mvc/xml/System.Web.Mvc/RouteAreaAttribute.xml -------------------------------------------------------------------------------- /aspnet-mvc/xml/System.Web.Mvc/RouteAttribute.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-mvc/xml/System.Web.Mvc/RouteAttribute.xml -------------------------------------------------------------------------------- /aspnet-mvc/xml/System.Web.Mvc/RouteDataValueProvider.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-mvc/xml/System.Web.Mvc/RouteDataValueProvider.xml -------------------------------------------------------------------------------- /aspnet-mvc/xml/System.Web.Mvc/RoutePrefixAttribute.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-mvc/xml/System.Web.Mvc/RoutePrefixAttribute.xml -------------------------------------------------------------------------------- /aspnet-mvc/xml/System.Web.Mvc/SelectList.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-mvc/xml/System.Web.Mvc/SelectList.xml -------------------------------------------------------------------------------- /aspnet-mvc/xml/System.Web.Mvc/SelectListGroup.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-mvc/xml/System.Web.Mvc/SelectListGroup.xml -------------------------------------------------------------------------------- /aspnet-mvc/xml/System.Web.Mvc/SelectListItem.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-mvc/xml/System.Web.Mvc/SelectListItem.xml -------------------------------------------------------------------------------- /aspnet-mvc/xml/System.Web.Mvc/SessionStateAttribute.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-mvc/xml/System.Web.Mvc/SessionStateAttribute.xml -------------------------------------------------------------------------------- /aspnet-mvc/xml/System.Web.Mvc/TagBuilder.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-mvc/xml/System.Web.Mvc/TagBuilder.xml -------------------------------------------------------------------------------- /aspnet-mvc/xml/System.Web.Mvc/TagRenderMode.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-mvc/xml/System.Web.Mvc/TagRenderMode.xml -------------------------------------------------------------------------------- /aspnet-mvc/xml/System.Web.Mvc/TempDataDictionary.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-mvc/xml/System.Web.Mvc/TempDataDictionary.xml -------------------------------------------------------------------------------- /aspnet-mvc/xml/System.Web.Mvc/TemplateInfo.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-mvc/xml/System.Web.Mvc/TemplateInfo.xml -------------------------------------------------------------------------------- /aspnet-mvc/xml/System.Web.Mvc/UrlHelper.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-mvc/xml/System.Web.Mvc/UrlHelper.xml -------------------------------------------------------------------------------- /aspnet-mvc/xml/System.Web.Mvc/UrlParameter.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-mvc/xml/System.Web.Mvc/UrlParameter.xml -------------------------------------------------------------------------------- /aspnet-mvc/xml/System.Web.Mvc/ValidatableObjectAdapter.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-mvc/xml/System.Web.Mvc/ValidatableObjectAdapter.xml -------------------------------------------------------------------------------- /aspnet-mvc/xml/System.Web.Mvc/ValidateInputAttribute.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-mvc/xml/System.Web.Mvc/ValidateInputAttribute.xml -------------------------------------------------------------------------------- /aspnet-mvc/xml/System.Web.Mvc/ValueProviderCollection.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-mvc/xml/System.Web.Mvc/ValueProviderCollection.xml -------------------------------------------------------------------------------- /aspnet-mvc/xml/System.Web.Mvc/ValueProviderDictionary.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-mvc/xml/System.Web.Mvc/ValueProviderDictionary.xml -------------------------------------------------------------------------------- /aspnet-mvc/xml/System.Web.Mvc/ValueProviderFactories.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-mvc/xml/System.Web.Mvc/ValueProviderFactories.xml -------------------------------------------------------------------------------- /aspnet-mvc/xml/System.Web.Mvc/ValueProviderFactory.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-mvc/xml/System.Web.Mvc/ValueProviderFactory.xml -------------------------------------------------------------------------------- /aspnet-mvc/xml/System.Web.Mvc/ValueProviderResult.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-mvc/xml/System.Web.Mvc/ValueProviderResult.xml -------------------------------------------------------------------------------- /aspnet-mvc/xml/System.Web.Mvc/ViewContext.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-mvc/xml/System.Web.Mvc/ViewContext.xml -------------------------------------------------------------------------------- /aspnet-mvc/xml/System.Web.Mvc/ViewDataDictionary.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-mvc/xml/System.Web.Mvc/ViewDataDictionary.xml -------------------------------------------------------------------------------- /aspnet-mvc/xml/System.Web.Mvc/ViewDataDictionary`1.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-mvc/xml/System.Web.Mvc/ViewDataDictionary`1.xml -------------------------------------------------------------------------------- /aspnet-mvc/xml/System.Web.Mvc/ViewDataInfo.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-mvc/xml/System.Web.Mvc/ViewDataInfo.xml -------------------------------------------------------------------------------- /aspnet-mvc/xml/System.Web.Mvc/ViewEngineCollection.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-mvc/xml/System.Web.Mvc/ViewEngineCollection.xml -------------------------------------------------------------------------------- /aspnet-mvc/xml/System.Web.Mvc/ViewEngineResult.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-mvc/xml/System.Web.Mvc/ViewEngineResult.xml -------------------------------------------------------------------------------- /aspnet-mvc/xml/System.Web.Mvc/ViewEngines.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-mvc/xml/System.Web.Mvc/ViewEngines.xml -------------------------------------------------------------------------------- /aspnet-mvc/xml/System.Web.Mvc/ViewMasterPage.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-mvc/xml/System.Web.Mvc/ViewMasterPage.xml -------------------------------------------------------------------------------- /aspnet-mvc/xml/System.Web.Mvc/ViewMasterPage`1.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-mvc/xml/System.Web.Mvc/ViewMasterPage`1.xml -------------------------------------------------------------------------------- /aspnet-mvc/xml/System.Web.Mvc/ViewPage.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-mvc/xml/System.Web.Mvc/ViewPage.xml -------------------------------------------------------------------------------- /aspnet-mvc/xml/System.Web.Mvc/ViewPage`1.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-mvc/xml/System.Web.Mvc/ViewPage`1.xml -------------------------------------------------------------------------------- /aspnet-mvc/xml/System.Web.Mvc/ViewResult.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-mvc/xml/System.Web.Mvc/ViewResult.xml -------------------------------------------------------------------------------- /aspnet-mvc/xml/System.Web.Mvc/ViewResultBase.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-mvc/xml/System.Web.Mvc/ViewResultBase.xml -------------------------------------------------------------------------------- /aspnet-mvc/xml/System.Web.Mvc/ViewStartPage.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-mvc/xml/System.Web.Mvc/ViewStartPage.xml -------------------------------------------------------------------------------- /aspnet-mvc/xml/System.Web.Mvc/ViewTemplateUserControl.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-mvc/xml/System.Web.Mvc/ViewTemplateUserControl.xml -------------------------------------------------------------------------------- /aspnet-mvc/xml/System.Web.Mvc/ViewType.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-mvc/xml/System.Web.Mvc/ViewType.xml -------------------------------------------------------------------------------- /aspnet-mvc/xml/System.Web.Mvc/ViewUserControl.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-mvc/xml/System.Web.Mvc/ViewUserControl.xml -------------------------------------------------------------------------------- /aspnet-mvc/xml/System.Web.Mvc/ViewUserControl`1.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-mvc/xml/System.Web.Mvc/ViewUserControl`1.xml -------------------------------------------------------------------------------- /aspnet-mvc/xml/System.Web.Mvc/WebFormView.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-mvc/xml/System.Web.Mvc/WebFormView.xml -------------------------------------------------------------------------------- /aspnet-mvc/xml/System.Web.Mvc/WebFormViewEngine.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-mvc/xml/System.Web.Mvc/WebFormViewEngine.xml -------------------------------------------------------------------------------- /aspnet-mvc/xml/System.Web.Mvc/WebViewPage.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-mvc/xml/System.Web.Mvc/WebViewPage.xml -------------------------------------------------------------------------------- /aspnet-mvc/xml/System.Web.Mvc/WebViewPage`1.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-mvc/xml/System.Web.Mvc/WebViewPage`1.xml -------------------------------------------------------------------------------- /aspnet-mvc/xml/System.Web.Razor.Editor/EditResult.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-mvc/xml/System.Web.Razor.Editor/EditResult.xml -------------------------------------------------------------------------------- /aspnet-mvc/xml/System.Web.Razor.Editor/EditorHints.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-mvc/xml/System.Web.Razor.Editor/EditorHints.xml -------------------------------------------------------------------------------- /aspnet-mvc/xml/System.Web.Razor.Editor/SpanEditHandler.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-mvc/xml/System.Web.Razor.Editor/SpanEditHandler.xml -------------------------------------------------------------------------------- /aspnet-mvc/xml/System.Web.Razor.Parser.SyntaxTree/Span.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-mvc/xml/System.Web.Razor.Parser.SyntaxTree/Span.xml -------------------------------------------------------------------------------- /aspnet-mvc/xml/System.Web.Razor.Parser/BalancingModes.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-mvc/xml/System.Web.Razor.Parser/BalancingModes.xml -------------------------------------------------------------------------------- /aspnet-mvc/xml/System.Web.Razor.Parser/CallbackVisitor.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-mvc/xml/System.Web.Razor.Parser/CallbackVisitor.xml -------------------------------------------------------------------------------- /aspnet-mvc/xml/System.Web.Razor.Parser/ParserBase.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-mvc/xml/System.Web.Razor.Parser/ParserBase.xml -------------------------------------------------------------------------------- /aspnet-mvc/xml/System.Web.Razor.Parser/ParserContext.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-mvc/xml/System.Web.Razor.Parser/ParserContext.xml -------------------------------------------------------------------------------- /aspnet-mvc/xml/System.Web.Razor.Parser/ParserHelpers.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-mvc/xml/System.Web.Razor.Parser/ParserHelpers.xml -------------------------------------------------------------------------------- /aspnet-mvc/xml/System.Web.Razor.Parser/ParserVisitor.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-mvc/xml/System.Web.Razor.Parser/ParserVisitor.xml -------------------------------------------------------------------------------- /aspnet-mvc/xml/System.Web.Razor.Parser/RazorParser.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-mvc/xml/System.Web.Razor.Parser/RazorParser.xml -------------------------------------------------------------------------------- /aspnet-mvc/xml/System.Web.Razor.Parser/SyntaxConstants.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-mvc/xml/System.Web.Razor.Parser/SyntaxConstants.xml -------------------------------------------------------------------------------- /aspnet-mvc/xml/System.Web.Razor.Parser/VBCodeParser.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-mvc/xml/System.Web.Razor.Parser/VBCodeParser.xml -------------------------------------------------------------------------------- /aspnet-mvc/xml/System.Web.Razor.Text/ITextBuffer.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-mvc/xml/System.Web.Razor.Text/ITextBuffer.xml -------------------------------------------------------------------------------- /aspnet-mvc/xml/System.Web.Razor.Text/ITextDocument.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-mvc/xml/System.Web.Razor.Text/ITextDocument.xml -------------------------------------------------------------------------------- /aspnet-mvc/xml/System.Web.Razor.Text/LocationTagged`1.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-mvc/xml/System.Web.Razor.Text/LocationTagged`1.xml -------------------------------------------------------------------------------- /aspnet-mvc/xml/System.Web.Razor.Text/LookaheadToken.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-mvc/xml/System.Web.Razor.Text/LookaheadToken.xml -------------------------------------------------------------------------------- /aspnet-mvc/xml/System.Web.Razor.Text/SourceLocation.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-mvc/xml/System.Web.Razor.Text/SourceLocation.xml -------------------------------------------------------------------------------- /aspnet-mvc/xml/System.Web.Razor.Text/TextBufferReader.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-mvc/xml/System.Web.Razor.Text/TextBufferReader.xml -------------------------------------------------------------------------------- /aspnet-mvc/xml/System.Web.Razor.Text/TextChange.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-mvc/xml/System.Web.Razor.Text/TextChange.xml -------------------------------------------------------------------------------- /aspnet-mvc/xml/System.Web.Razor.Text/TextChangeType.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-mvc/xml/System.Web.Razor.Text/TextChangeType.xml -------------------------------------------------------------------------------- /aspnet-mvc/xml/System.Web.Razor.Tokenizer/ITokenizer.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-mvc/xml/System.Web.Razor.Tokenizer/ITokenizer.xml -------------------------------------------------------------------------------- /aspnet-mvc/xml/System.Web.Razor.Tokenizer/Tokenizer`2.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-mvc/xml/System.Web.Razor.Tokenizer/Tokenizer`2.xml -------------------------------------------------------------------------------- /aspnet-mvc/xml/System.Web.Razor.Tokenizer/VBHelpers.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-mvc/xml/System.Web.Razor.Tokenizer/VBHelpers.xml -------------------------------------------------------------------------------- /aspnet-mvc/xml/System.Web.Razor.Tokenizer/VBTokenizer.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-mvc/xml/System.Web.Razor.Tokenizer/VBTokenizer.xml -------------------------------------------------------------------------------- /aspnet-mvc/xml/System.Web.Razor/GeneratorResults.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-mvc/xml/System.Web.Razor/GeneratorResults.xml -------------------------------------------------------------------------------- /aspnet-mvc/xml/System.Web.Razor/ParserResults.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-mvc/xml/System.Web.Razor/ParserResults.xml -------------------------------------------------------------------------------- /aspnet-mvc/xml/System.Web.Razor/PartialParseResult.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-mvc/xml/System.Web.Razor/PartialParseResult.xml -------------------------------------------------------------------------------- /aspnet-mvc/xml/System.Web.Razor/RazorCodeLanguage.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-mvc/xml/System.Web.Razor/RazorCodeLanguage.xml -------------------------------------------------------------------------------- /aspnet-mvc/xml/System.Web.Razor/RazorEditorParser.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-mvc/xml/System.Web.Razor/RazorEditorParser.xml -------------------------------------------------------------------------------- /aspnet-mvc/xml/System.Web.Razor/RazorEngineHost.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-mvc/xml/System.Web.Razor/RazorEngineHost.xml -------------------------------------------------------------------------------- /aspnet-mvc/xml/System.Web.Razor/RazorTemplateEngine.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-mvc/xml/System.Web.Razor/RazorTemplateEngine.xml -------------------------------------------------------------------------------- /aspnet-mvc/xml/System.Web.Razor/StateMachine`1+State.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-mvc/xml/System.Web.Razor/StateMachine`1+State.xml -------------------------------------------------------------------------------- /aspnet-mvc/xml/System.Web.Razor/StateMachine`1.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-mvc/xml/System.Web.Razor/StateMachine`1.xml -------------------------------------------------------------------------------- /aspnet-mvc/xml/System.Web.Razor/VBRazorCodeLanguage.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-mvc/xml/System.Web.Razor/VBRazorCodeLanguage.xml -------------------------------------------------------------------------------- /aspnet-mvc/xml/System.Web.WebPages.Html/HtmlHelper.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-mvc/xml/System.Web.WebPages.Html/HtmlHelper.xml -------------------------------------------------------------------------------- /aspnet-mvc/xml/System.Web.WebPages.Html/ModelState.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-mvc/xml/System.Web.WebPages.Html/ModelState.xml -------------------------------------------------------------------------------- /aspnet-mvc/xml/System.Web.WebPages.Html/SelectListItem.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-mvc/xml/System.Web.WebPages.Html/SelectListItem.xml -------------------------------------------------------------------------------- /aspnet-mvc/xml/System.Web.WebPages.Scope/ScopeStorage.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-mvc/xml/System.Web.WebPages.Scope/ScopeStorage.xml -------------------------------------------------------------------------------- /aspnet-mvc/xml/System.Web.WebPages/ApplicationPart.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-mvc/xml/System.Web.WebPages/ApplicationPart.xml -------------------------------------------------------------------------------- /aspnet-mvc/xml/System.Web.WebPages/AttributeValue.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-mvc/xml/System.Web.WebPages/AttributeValue.xml -------------------------------------------------------------------------------- /aspnet-mvc/xml/System.Web.WebPages/BrowserHelpers.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-mvc/xml/System.Web.WebPages/BrowserHelpers.xml -------------------------------------------------------------------------------- /aspnet-mvc/xml/System.Web.WebPages/BrowserOverride.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-mvc/xml/System.Web.WebPages/BrowserOverride.xml -------------------------------------------------------------------------------- /aspnet-mvc/xml/System.Web.WebPages/DefaultDisplayMode.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-mvc/xml/System.Web.WebPages/DefaultDisplayMode.xml -------------------------------------------------------------------------------- /aspnet-mvc/xml/System.Web.WebPages/DisplayInfo.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-mvc/xml/System.Web.WebPages/DisplayInfo.xml -------------------------------------------------------------------------------- /aspnet-mvc/xml/System.Web.WebPages/DisplayModeProvider.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-mvc/xml/System.Web.WebPages/DisplayModeProvider.xml -------------------------------------------------------------------------------- /aspnet-mvc/xml/System.Web.WebPages/HelperPage.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-mvc/xml/System.Web.WebPages/HelperPage.xml -------------------------------------------------------------------------------- /aspnet-mvc/xml/System.Web.WebPages/HelperResult.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-mvc/xml/System.Web.WebPages/HelperResult.xml -------------------------------------------------------------------------------- /aspnet-mvc/xml/System.Web.WebPages/IDisplayMode.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-mvc/xml/System.Web.WebPages/IDisplayMode.xml -------------------------------------------------------------------------------- /aspnet-mvc/xml/System.Web.WebPages/ITemplateFile.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-mvc/xml/System.Web.WebPages/ITemplateFile.xml -------------------------------------------------------------------------------- /aspnet-mvc/xml/System.Web.WebPages/IValidator.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-mvc/xml/System.Web.WebPages/IValidator.xml -------------------------------------------------------------------------------- /aspnet-mvc/xml/System.Web.WebPages/IVirtualPathFactory.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-mvc/xml/System.Web.WebPages/IVirtualPathFactory.xml -------------------------------------------------------------------------------- /aspnet-mvc/xml/System.Web.WebPages/RequestExtensions.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-mvc/xml/System.Web.WebPages/RequestExtensions.xml -------------------------------------------------------------------------------- /aspnet-mvc/xml/System.Web.WebPages/ResponseExtensions.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-mvc/xml/System.Web.WebPages/ResponseExtensions.xml -------------------------------------------------------------------------------- /aspnet-mvc/xml/System.Web.WebPages/SectionWriter.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-mvc/xml/System.Web.WebPages/SectionWriter.xml -------------------------------------------------------------------------------- /aspnet-mvc/xml/System.Web.WebPages/StartPage.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-mvc/xml/System.Web.WebPages/StartPage.xml -------------------------------------------------------------------------------- /aspnet-mvc/xml/System.Web.WebPages/StringExtensions.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-mvc/xml/System.Web.WebPages/StringExtensions.xml -------------------------------------------------------------------------------- /aspnet-mvc/xml/System.Web.WebPages/TemplateFileInfo.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-mvc/xml/System.Web.WebPages/TemplateFileInfo.xml -------------------------------------------------------------------------------- /aspnet-mvc/xml/System.Web.WebPages/TemplateStack.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-mvc/xml/System.Web.WebPages/TemplateStack.xml -------------------------------------------------------------------------------- /aspnet-mvc/xml/System.Web.WebPages/ValidationHelper.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-mvc/xml/System.Web.WebPages/ValidationHelper.xml -------------------------------------------------------------------------------- /aspnet-mvc/xml/System.Web.WebPages/Validator.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-mvc/xml/System.Web.WebPages/Validator.xml -------------------------------------------------------------------------------- /aspnet-mvc/xml/System.Web.WebPages/WebPage.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-mvc/xml/System.Web.WebPages/WebPage.xml -------------------------------------------------------------------------------- /aspnet-mvc/xml/System.Web.WebPages/WebPageBase.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-mvc/xml/System.Web.WebPages/WebPageBase.xml -------------------------------------------------------------------------------- /aspnet-mvc/xml/System.Web.WebPages/WebPageContext.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-mvc/xml/System.Web.WebPages/WebPageContext.xml -------------------------------------------------------------------------------- /aspnet-mvc/xml/System.Web.WebPages/WebPageHttpHandler.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-mvc/xml/System.Web.WebPages/WebPageHttpHandler.xml -------------------------------------------------------------------------------- /aspnet-mvc/xml/WebMatrix.Data/ConnectionEventArgs.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-mvc/xml/WebMatrix.Data/ConnectionEventArgs.xml -------------------------------------------------------------------------------- /aspnet-mvc/xml/WebMatrix.Data/Database.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-mvc/xml/WebMatrix.Data/Database.xml -------------------------------------------------------------------------------- /aspnet-mvc/xml/WebMatrix.Data/DynamicRecord.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-mvc/xml/WebMatrix.Data/DynamicRecord.xml -------------------------------------------------------------------------------- /aspnet-mvc/xml/WebMatrix.WebData/OAuthAccountData.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-mvc/xml/WebMatrix.WebData/OAuthAccountData.xml -------------------------------------------------------------------------------- /aspnet-mvc/xml/WebMatrix.WebData/SimpleRoleProvider.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-mvc/xml/WebMatrix.WebData/SimpleRoleProvider.xml -------------------------------------------------------------------------------- /aspnet-mvc/xml/WebMatrix.WebData/WebSecurity.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-mvc/xml/WebMatrix.WebData/WebSecurity.xml -------------------------------------------------------------------------------- /aspnet-mvc/xml/_filter.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-mvc/xml/_filter.xml -------------------------------------------------------------------------------- /aspnet-mvc/xml/index.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-mvc/xml/index.xml -------------------------------------------------------------------------------- /aspnet-mvc/xml/ns-.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-mvc/xml/ns-.xml -------------------------------------------------------------------------------- /aspnet-mvc/xml/ns-Microsoft.Web.WebPages.OAuth.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-mvc/xml/ns-Microsoft.Web.WebPages.OAuth.xml -------------------------------------------------------------------------------- /aspnet-mvc/xml/ns-System.Web.Helpers.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-mvc/xml/ns-System.Web.Helpers.xml -------------------------------------------------------------------------------- /aspnet-mvc/xml/ns-System.Web.Mvc.Ajax.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-mvc/xml/ns-System.Web.Mvc.Ajax.xml -------------------------------------------------------------------------------- /aspnet-mvc/xml/ns-System.Web.Mvc.Async.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-mvc/xml/ns-System.Web.Mvc.Async.xml -------------------------------------------------------------------------------- /aspnet-mvc/xml/ns-System.Web.Mvc.Filters.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-mvc/xml/ns-System.Web.Mvc.Filters.xml -------------------------------------------------------------------------------- /aspnet-mvc/xml/ns-System.Web.Mvc.Html.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-mvc/xml/ns-System.Web.Mvc.Html.xml -------------------------------------------------------------------------------- /aspnet-mvc/xml/ns-System.Web.Mvc.Razor.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-mvc/xml/ns-System.Web.Mvc.Razor.xml -------------------------------------------------------------------------------- /aspnet-mvc/xml/ns-System.Web.Mvc.Routing.Constraints.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-mvc/xml/ns-System.Web.Mvc.Routing.Constraints.xml -------------------------------------------------------------------------------- /aspnet-mvc/xml/ns-System.Web.Mvc.Routing.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-mvc/xml/ns-System.Web.Mvc.Routing.xml -------------------------------------------------------------------------------- /aspnet-mvc/xml/ns-System.Web.Mvc.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-mvc/xml/ns-System.Web.Mvc.xml -------------------------------------------------------------------------------- /aspnet-mvc/xml/ns-System.Web.Razor.Editor.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-mvc/xml/ns-System.Web.Razor.Editor.xml -------------------------------------------------------------------------------- /aspnet-mvc/xml/ns-System.Web.Razor.Generator.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-mvc/xml/ns-System.Web.Razor.Generator.xml -------------------------------------------------------------------------------- /aspnet-mvc/xml/ns-System.Web.Razor.Parser.SyntaxTree.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-mvc/xml/ns-System.Web.Razor.Parser.SyntaxTree.xml -------------------------------------------------------------------------------- /aspnet-mvc/xml/ns-System.Web.Razor.Parser.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-mvc/xml/ns-System.Web.Razor.Parser.xml -------------------------------------------------------------------------------- /aspnet-mvc/xml/ns-System.Web.Razor.Text.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-mvc/xml/ns-System.Web.Razor.Text.xml -------------------------------------------------------------------------------- /aspnet-mvc/xml/ns-System.Web.Razor.Tokenizer.Symbols.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-mvc/xml/ns-System.Web.Razor.Tokenizer.Symbols.xml -------------------------------------------------------------------------------- /aspnet-mvc/xml/ns-System.Web.Razor.Tokenizer.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-mvc/xml/ns-System.Web.Razor.Tokenizer.xml -------------------------------------------------------------------------------- /aspnet-mvc/xml/ns-System.Web.Razor.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-mvc/xml/ns-System.Web.Razor.xml -------------------------------------------------------------------------------- /aspnet-mvc/xml/ns-System.Web.WebPages.Deployment.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-mvc/xml/ns-System.Web.WebPages.Deployment.xml -------------------------------------------------------------------------------- /aspnet-mvc/xml/ns-System.Web.WebPages.Html.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-mvc/xml/ns-System.Web.WebPages.Html.xml -------------------------------------------------------------------------------- /aspnet-mvc/xml/ns-System.Web.WebPages.Instrumentation.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-mvc/xml/ns-System.Web.WebPages.Instrumentation.xml -------------------------------------------------------------------------------- /aspnet-mvc/xml/ns-System.Web.WebPages.Razor.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-mvc/xml/ns-System.Web.WebPages.Razor.xml -------------------------------------------------------------------------------- /aspnet-mvc/xml/ns-System.Web.WebPages.Scope.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-mvc/xml/ns-System.Web.WebPages.Scope.xml -------------------------------------------------------------------------------- /aspnet-mvc/xml/ns-System.Web.WebPages.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-mvc/xml/ns-System.Web.WebPages.xml -------------------------------------------------------------------------------- /aspnet-mvc/xml/ns-WebMatrix.Data.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-mvc/xml/ns-WebMatrix.Data.xml -------------------------------------------------------------------------------- /aspnet-mvc/xml/ns-WebMatrix.WebData.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-mvc/xml/ns-WebMatrix.WebData.xml -------------------------------------------------------------------------------- /aspnet-webpages/breadcrumb/toc.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-webpages/breadcrumb/toc.yml -------------------------------------------------------------------------------- /aspnet-webpages/docfx.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-webpages/docfx.json -------------------------------------------------------------------------------- /aspnet-webpages/xml/_filter.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotnet/AspNetApiDocs/HEAD/aspnet-webpages/xml/_filter.xml --------------------------------------------------------------------------------