ASP.NET Core MVC Controls | ComponentOne
Microsoft.AspNetCore.Mvc Namespace / RazorPageExtensions Class
Members






In This Topic
    RazorPageExtensions Class
    In This Topic
    Extends the Microsoft.AspNetCore.Mvc.Razor.IRazorPage for C1 MVC.
    Object Model
    RazorPageExtensions Class
    Syntax
    'Declaration
     
    
    <System.Runtime.CompilerServices.ExtensionAttribute()>
    Public MustInherit NotInheritable Class RazorPageExtensions 
    'Usage
     
    
    Dim instance As RazorPageExtensions
    [System.Runtime.CompilerServices.Extension()]
    public static class RazorPageExtensions 
    public class RazorPageExtensions abstract; sealed; 
    System.Runtime.CompilerServices.ExtensionAttribute()
    public abstract sealed class RazorPageExtensions 
    [System.Runtime.CompilerServices.Extension()]
    public __gc abstract __sealed class RazorPageExtensions 
    [System.Runtime.CompilerServices.Extension()]
    public ref class RazorPageExtensions abstract sealed 
    Inheritance Hierarchy

    System.Object
       Microsoft.AspNetCore.Mvc.RazorPageExtensions

    See Also