2 overrides of Type
Microsoft.AspNetCore.Mvc.Razor (1)
ApplicationParts\RazorCompiledItemFeatureProvider.cs (1)
85
public override Type
Type
{ get; }
Microsoft.AspNetCore.Razor.Runtime (1)
Hosting\DefaultRazorCompiledItem.cs (1)
38
public override Type
Type
{ get; }
3 references to Type
Microsoft.AspNetCore.Mvc.Razor (1)
Compilation\CompiledViewDescriptor.cs (1)
98
public Type? Type => Item?.
Type
;
Microsoft.AspNetCore.Razor.Runtime (2)
Hosting\RazorCompiledItem.cs (2)
28
/// metadata collection will return all attributes defined on the <see cref="
Type
"/>.
33
/// Gets the <see cref="
Type
"/> of the compiled item.