1 type derived from RazorViewAttribute
Microsoft.AspNetCore.Mvc.RazorPages (1)
Infrastructure\RazorPageAttribute.cs (1)
12public class RazorPageAttribute : RazorViewAttribute
4 references to RazorViewAttribute
Microsoft.AspNetCore.Mvc.Razor (4)
Compilation\CompiledViewDescriptor.cs (4)
39/// <param name="attribute">The <see cref="RazorViewAttribute"/>.</param> 40public CompiledViewDescriptor(RazorCompiledItem item, RazorViewAttribute attribute) 76/// Gets or sets the <see cref="RazorViewAttribute"/> decorating the view. 82public RazorViewAttribute? ViewAttribute { get; set; }