Compartilhar via


RazorCompiledItemAttribute(Type, String, String) Construtor

Definição

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

O Type do item compilado.

kind
String

O tipo do item compilado. O tipo é usado programaticamente para associar comportamentos ao item.

identifier
String

O identificador associado ao item. O identificador é usado programaticamente para localizar um item específico de um tipo específico e deve ser exclusivo dentro do assembly.

Aplica-se a