C# 클래스 Google.Ads.GoogleAds.Examples.Startup

The startup object where the service is configured.
파일 보기 프로젝트 열기: googleads/google-ads-dotnet

공개 메소드들

메소드 설명
Configure ( IApplicationBuilder app, IWebHostEnvironment env ) : void

This method gets called by the runtime. Use this method to configure the HTTP request pipeline.

ConfigureServices ( IServiceCollection services ) : void

This method gets called by the runtime. Use this method to add services to the container.

메소드 상세

Configure() 공개 메소드

This method gets called by the runtime. Use this method to configure the HTTP request pipeline.
public Configure ( IApplicationBuilder app, IWebHostEnvironment env ) : void
app IApplicationBuilder The application builder.
env IWebHostEnvironment The web hosting environment.
리턴 void

ConfigureServices() 공개 메소드

This method gets called by the runtime. Use this method to add services to the container.
public ConfigureServices ( IServiceCollection services ) : void
services IServiceCollection The collection of services.
리턴 void