Compartir a través de


RazorCompiledItemAttribute(Type, String, String) Constructor

Definición

public:
 RazorCompiledItemAttribute(Type ^ type, System::String ^ kind, System::String ^ identifier);
public RazorCompiledItemAttribute (Type type, string kind, string identifier);
new Microsoft.AspNetCore.Razor.Hosting.RazorCompiledItemAttribute : Type * string * string -> Microsoft.AspNetCore.Razor.Hosting.RazorCompiledItemAttribute
Public Sub New (type As Type, kind As String, identifier As String)

Parámetros

type
Type

del Type elemento compilado.

kind
String

Tipo del elemento compilado. El tipo se usa mediante programación para asociar comportamientos con el elemento.

identifier
String

Identificador asociado al elemento. El identificador se usa mediante programación para buscar un elemento específico de un tipo específico y debe ser único dentro del ensamblado.

Se aplica a