Camera Information System
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

28 lines
1.1 KiB

<?xml version="1.0"?>
<doc>
<assembly>
<name>Cis.Web.Core</name>
</assembly>
<members>
<member name="M:Cis.Web.Core.ProjectOptions.AddProjectOptions(Microsoft.Extensions.DependencyInjection.IServiceCollection)">
<summary>
注册项目配置选项
</summary>
<param name="services"></param>
<returns></returns>
</member>
<member name="M:Cis.Web.Core.Startup.ConfigureServices(Microsoft.Extensions.DependencyInjection.IServiceCollection)">
<summary>
配置应用所需服务,在该方法中可以添加应用所需要的功能或服务
</summary>
<param name="services"></param>
</member>
<member name="M:Cis.Web.Core.Startup.Configure(Microsoft.AspNetCore.Builder.IApplicationBuilder,Microsoft.AspNetCore.Hosting.IWebHostEnvironment)">
<summary>
配置应用请求处理管道
</summary>
<param name="app"></param>
<param name="env"></param>
</member>
</members>
</doc>