ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc Namespace / Component Class
Properties Methods


In This Topic
    Component Class Members
    In This Topic

    The following tables list the members exposed by Component.

    Public Properties
     NameDescription
    Public PropertyGets the child components.  
    Public PropertyGets or sets the component id.  
    Top
    Protected Properties
     NameDescription
    Protected PropertyGets or sets a boolean value indicates whether child components are created.  
    Protected PropertyGets a boolean value indicates whether current component has the scripts which need to be rendered.  
    Protected PropertyGets the url helper.  
    Top
    Public Methods
     NameDescription
    Public MethodRender the component result to the writer.  
    Public MethodReturns an HTML-encoded string.  
    Top
    Protected Methods
     NameDescription
    Protected MethodCreates child components.  
    Protected MethodEnsure the child components created.  
    Protected MethodThis method is performed before rendering.  
    Protected MethodRegisters the start-up script.  
    Top
    Extension Methods
     NameDescription
    Public Extension MethodRender the html string in template mode.
    Top
    See Also