We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd380cd commit d93bc34Copy full SHA for d93bc34
src/React.AspNet/ReactBuilderExtensions.cs
@@ -55,7 +55,7 @@ public static IApplicationBuilder UseReact(
55
/// <summary>
56
/// Registers a class such that every ASP.NET web request has a single instance of it.
57
/// </summary>
58
- /// <param name="appServiceProvider">ASP.NET service provider</param>
+ /// <param name="httpContextAccessor">ASP.NET HTTP context accessor</param>
59
/// <param name="registerOptions">Registration options</param>
60
/// <returns>Registration options (for chaining)</returns>
61
private static TinyIoCContainer.RegisterOptions AsPerRequestSingleton(
0 commit comments