RazorCompiledItem.Metadata Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a collection of arbitrary metadata associated with the item.
public:
abstract property System::Collections::Generic::IReadOnlyList<System::Object ^> ^ Metadata { System::Collections::Generic::IReadOnlyList<System::Object ^> ^ get(); };
public abstract System.Collections.Generic.IReadOnlyList<object> Metadata { get; }
member this.Metadata : System.Collections.Generic.IReadOnlyList<obj>
Public MustOverride ReadOnly Property Metadata As IReadOnlyList(Of Object)
Property Value
Remarks
For items loaded with the default implementation of RazorCompiledItemLoader, the metadata collection will return all attributes defined on the Type.