RazorCompiledItem Class

Definition

Identifies a compiled item that can be identified and loaded.

public ref class RazorCompiledItem abstract
public abstract class RazorCompiledItem
type RazorCompiledItem = class
Public MustInherit Class RazorCompiledItem
Inheritance
RazorCompiledItem

Constructors

RazorCompiledItem()

Properties

Identifier

Gets the identifier associated with the compiled item. The identifier is used programmatically to locate a specific item of a specific kind and should be uniqure within the assembly.

Kind

Gets the kind of compiled item. The kind is used programmatically to associate behaviors and semantics with the item.

Metadata

Gets a collection of arbitrary metadata associated with the item.

Type

Gets the Type of the compiled item.

Extension Methods

GetChecksumMetadata(RazorCompiledItem)

Gets the list of IRazorSourceChecksumMetadata associated with item.

Applies to