ASP.NET Core MVC Controls | ComponentOne
C1.Web.Mvc.Viewer Namespace / ViewerBase Class
Members






In This Topic
    ViewerBase Class
    In This Topic
    Defines an abstract class for the viewer controls.
    Object Model
    ViewerBase Class
    Syntax
    'Declaration
     
    
    <ScriptsAttribute(Mono.Cecil.CustomAttributeArgument[])>
    Public MustInherit Class ViewerBase 
       Inherits C1.Web.Mvc.Control
       Implements C1.Web.Mvc.ITemplate, Microsoft.AspNetCore.Html.IHtmlContent 
    'Usage
     
    
    Dim instance As ViewerBase
    [Scripts(Mono.Cecil.CustomAttributeArgument[])]
    public abstract class ViewerBase : C1.Web.Mvc.Control, C1.Web.Mvc.ITemplate, Microsoft.AspNetCore.Html.IHtmlContent  
    public class ViewerBase = class(C1.Web.Mvc.Control, C1.Web.Mvc.ITemplate, Microsoft.AspNetCore.Html.IHtmlContent)abstract; 
    ScriptsAttribute(Mono.Cecil.CustomAttributeArgument[])
    public abstract class ViewerBase extends C1.Web.Mvc.Control implements C1.Web.Mvc.ITemplate, Microsoft.AspNetCore.Html.IHtmlContent 
    [Scripts(Mono.Cecil.CustomAttributeArgument[])]
    public __gc abstract class ViewerBase : public C1.Web.Mvc.Control, C1.Web.Mvc.ITemplate, Microsoft.AspNetCore.Html.IHtmlContent  
    [Scripts(Mono.Cecil.CustomAttributeArgument[])]
    public ref class ViewerBase abstract : public C1.Web.Mvc.Control, C1.Web.Mvc.ITemplate, Microsoft.AspNetCore.Html.IHtmlContent  
    Inheritance Hierarchy

    System.Object
       C1.Web.Mvc.Component
          C1.Web.Mvc.Control
             C1.Web.Mvc.Viewer.ViewerBase
                C1.Web.Mvc.Viewer.PdfViewer
                C1.Web.Mvc.Viewer.ReportViewer

    See Also