ASP.NET Core MVC Controls | ComponentOne
C1.Web.Mvc.Fluent Namespace / AnnotationLayerExtension Class
Members






In This Topic
    AnnotationLayerExtension Class
    In This Topic
    Define a static class to add the extension methods for all the controls which can use AnnotationLayer extender.
    Object Model
    AnnotationLayerExtension Class
    Syntax
    'Declaration
     
    
    <System.Runtime.CompilerServices.ExtensionAttribute()>
    Public MustInherit NotInheritable Class AnnotationLayerExtension 
    'Usage
     
    
    Dim instance As AnnotationLayerExtension
    [System.Runtime.CompilerServices.Extension()]
    public static class AnnotationLayerExtension 
    public class AnnotationLayerExtension abstract; sealed; 
    System.Runtime.CompilerServices.ExtensionAttribute()
    public abstract sealed class AnnotationLayerExtension 
    [System.Runtime.CompilerServices.Extension()]
    public __gc abstract __sealed class AnnotationLayerExtension 
    [System.Runtime.CompilerServices.Extension()]
    public ref class AnnotationLayerExtension abstract sealed 
    Inheritance Hierarchy

    System.Object
       C1.Web.Mvc.Fluent.AnnotationLayerExtension

    See Also