EnvironmentTagHelper Constructores

Definición

Sobrecargas

EnvironmentTagHelper(IHostingEnvironment)

Crea un nuevo EnvironmentTagHelper.

EnvironmentTagHelper(IWebHostEnvironment)

Crea un nuevo EnvironmentTagHelper.

EnvironmentTagHelper(IHostingEnvironment)

Crea un nuevo 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)

Parámetros

Se aplica a

EnvironmentTagHelper(IWebHostEnvironment)

Crea un nuevo 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)

Parámetros

Se aplica a