RazorCompiledItemAttribute(Type, String, String) 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
创建一个新的 RazorCompiledItemAttribute。
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)
参数
- kind
- String
已编译项的种类。 类型以编程方式用于将行为与项相关联。
- identifier
- String
与项关联的标识符。 标识符以编程方式用于查找特定类型的特定项,并且应在程序集中是唯一的。