RazorCompiledItemExtensions.GetChecksumMetadata(RazorCompiledItem) Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Ruft die Liste der zugeordneten IRazorSourceChecksumMetadata ab item
.
public:
[System::Runtime::CompilerServices::Extension]
static System::Collections::Generic::IReadOnlyList<Microsoft::AspNetCore::Razor::Hosting::IRazorSourceChecksumMetadata ^> ^ GetChecksumMetadata(Microsoft::AspNetCore::Razor::Hosting::RazorCompiledItem ^ item);
public static System.Collections.Generic.IReadOnlyList<Microsoft.AspNetCore.Razor.Hosting.IRazorSourceChecksumMetadata> GetChecksumMetadata (this Microsoft.AspNetCore.Razor.Hosting.RazorCompiledItem item);
static member GetChecksumMetadata : Microsoft.AspNetCore.Razor.Hosting.RazorCompiledItem -> System.Collections.Generic.IReadOnlyList<Microsoft.AspNetCore.Razor.Hosting.IRazorSourceChecksumMetadata>
<Extension()>
Public Function GetChecksumMetadata (item As RazorCompiledItem) As IReadOnlyList(Of IRazorSourceChecksumMetadata)
Parameter
- item
- RazorCompiledItem
Die RazorCompiledItem.
Gibt zurück
Eine IRazorSourceChecksumMetadata-Liste.