Show / Hide Table of Contents

    Interface IFormComponent<TModel>

    Chameleon Forms component - holds a reference to a form.

    Namespace: ChameleonForms.Component
    Assembly: ChameleonForms.dll
    Syntax
    public interface IFormComponent<TModel>
    Type Parameters
    Name Description
    TModel

    The view model type for the current view

    Properties

    | Improve this Doc View Source

    Form

    The form that the component is attached to.

    Declaration
    IForm<TModel> Form { get; }
    Property Value
    Type Description
    IForm<TModel>

    Extension Methods

    HtmlAttributesExtensions.ToHtmlAttributes(Object)
    • Improve this Doc
    • View Source
    Back to top © Copyright 2012-2020 MRCollective, Rob Moore, Matt Davies and the contributors to ChameleonForms.