C# Класс Google.Ads.GoogleAds.Examples.Startup

The startup object where the service is configured.
Показать файл Открыть проект

Открытые методы

Метод Описание
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