EnvironmentTagHelper Konstruktory

Definice

Přetížení

EnvironmentTagHelper(IHostingEnvironment)

Vytvoří nový objekt EnvironmentTagHelper.

EnvironmentTagHelper(IWebHostEnvironment)

Vytvoří nový objekt EnvironmentTagHelper.

EnvironmentTagHelper(IHostingEnvironment)

Vytvoří nový objekt 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

Hodnota IHostingEnvironment

Platí pro

EnvironmentTagHelper(IWebHostEnvironment)

Vytvoří nový objekt 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

Hodnota IHostingEnvironment

Platí pro