Udostępnij przez


EnvironmentTagHelper Konstruktory

Definicja

Przeciążenia

EnvironmentTagHelper(IHostingEnvironment)

Tworzy nowy adres EnvironmentTagHelper.

EnvironmentTagHelper(IWebHostEnvironment)

Tworzy nowy adres EnvironmentTagHelper.

EnvironmentTagHelper(IHostingEnvironment)

Źródło:
EnvironmentTagHelper.cs
Źródło:
EnvironmentTagHelper.cs

Tworzy nowy adres EnvironmentTagHelper.

public:
 EnvironmentTagHelper(Microsoft::AspNetCore::Hosting::IHostingEnvironment ^ hostingEnvironment);
public EnvironmentTagHelper (Microsoft.AspNetCore.Hosting.IHostingEnvironment hostingEnvironment);
new Microsoft.AspNetCore.Mvc.TagHelpers.EnvironmentTagHelper : Microsoft.AspNetCore.Hosting.IHostingEnvironment -> Microsoft.AspNetCore.Mvc.TagHelpers.EnvironmentTagHelper
Public Sub New (hostingEnvironment As IHostingEnvironment)

Parametry

hostingEnvironment
IHostingEnvironment

Element IHostingEnvironment.

Dotyczy

EnvironmentTagHelper(IWebHostEnvironment)

Tworzy nowy adres EnvironmentTagHelper.

public:
 EnvironmentTagHelper(Microsoft::AspNetCore::Hosting::IWebHostEnvironment ^ hostingEnvironment);
public EnvironmentTagHelper (Microsoft.AspNetCore.Hosting.IWebHostEnvironment hostingEnvironment);
new Microsoft.AspNetCore.Mvc.TagHelpers.EnvironmentTagHelper : Microsoft.AspNetCore.Hosting.IWebHostEnvironment -> Microsoft.AspNetCore.Mvc.TagHelpers.EnvironmentTagHelper
Public Sub New (hostingEnvironment As IWebHostEnvironment)

Parametry

hostingEnvironment
IWebHostEnvironment

Element IHostingEnvironment.

Dotyczy