ConfigureBuilder Class¶
- Namespace
Microsoft.AspNetCore.Hosting.Internal- Assemblies
- Microsoft.AspNetCore.Hosting
Constructors¶
-
ConfigureBuilder(System.Reflection.MethodInfo)¶ public ConfigureBuilder(MethodInfo configure)
-
Methods¶
-
Build(System.Object)¶ Return type: System.Action<Microsoft.AspNetCore.Builder.IApplicationBuilder> public Action<IApplicationBuilder> Build(object instance)
-
Properties¶
-
Microsoft.AspNetCore.Hosting.Internal.ConfigureBuilder.MethodInfo¶ Return type: System.Reflection.MethodInfo public MethodInfo MethodInfo { get; }
-