Portfolio

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

Get Started

Portfolio

Use @Html.TlsSoftware().Portfolio(PortfolioViewName viewName) method to list portfolios.
There are 4 different views PortfolioViewName.Agency, PortfolioViewName.AwesomeWork, PortfolioViewName.Masonry and PortfolioViewName.Slide3D

AwesomeWork View

@Html.TlsSoftware().Portfolio(PortfolioViewName.AwesomeWork) 

Pageable

Use .Pageable(string pageQueryName, int pageSize) method to make pageable.

Agency View

@Html.TlsSoftware().Portfolio(PortfolioViewName.Agency).Pageable("agency-page", 2) 

To Slider

Use .ToSlider(Action[SliderBuilder] action) method to make slider.

Grid View

@Html.TlsSoftware().Portfolio(PortfolioViewName.Agency)
    .ToSlider(slider => {
        slider.SlidesToShow(2);
        slider.Dots();
    }) 

Methods

Method Description

.Method(bool value)

Comming soon.