1 type derived from RazorViewAttribute
Microsoft.AspNetCore.Mvc.RazorPages (1)
Infrastructure\RazorPageAttribute.cs (1)
12
public 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>
40
public CompiledViewDescriptor(RazorCompiledItem item,
RazorViewAttribute
attribute)
76
/// Gets or sets the <see cref="
RazorViewAttribute
"/> decorating the view.
82
public
RazorViewAttribute
? ViewAttribute { get; set; }