Html Editor

Provide contextual feedback messages for typical user actions with the handful
of available and flexible alert messages.

Get Started

Default


Use @Html.Nettex().TeamMember() method to to list team members

Roberto Willis

Co-Founder

Victoria Loda

Victoria Loda

Web Developer

@Html.Nettex().TeamMember().DisplayCount(2)
                        

To Slider


use .ToSlider(Action[Slider] action) method to make slider

You can see another slider option by click here

Roberto Willis

Co-Founder

Victoria Loda

Victoria Loda

Web Developer

John Doe

Designer

John Smith

Software Developer

@Html.Nettex().TeamMember().DisplayCount(4).ToSlider(slider => {
    slider.SlidesToShow(2);
    slider.Dots();
})
                        

Variation


use .Variation(TeamMemberVariation variation) method to change view. Default variation is TeamMemberVariation.Variation1

comming soon
comming soon
@Html.Nettex().TeamMember()
     .DisplayCount(2)
     .Variation(TeamMemberVariation.Variation2)
                        

Methods

Method Description

.Method(bool value)

Comming soon.