C# Класс TwitterBootstrapHelpers.ContainerExtensions

Показать файл Открыть проект

Открытые методы

Метод Описание
BeginContainer ( this helper ) : Container
BeginContainer ( this helper, object>.IDictionary htmlAttributes ) : Container
BeginContainer ( this helper, object htmlAttributes ) : Container
BeginFluidContainer ( this helper ) : Container
BeginFluidContainer ( this helper, object>.IDictionary htmlAttributes ) : Container
BeginFluidContainer ( this helper, object htmlAttributes ) : Container

Приватные методы

Метод Описание
BeginContainerHelper ( this helper, object>.IDictionary htmlAttributes, bool fluid ) : Container

Описание методов

BeginContainer() публичный статический Метод

public static BeginContainer ( this helper ) : Container
helper this
Результат TwitterBootstrapHelpers.Layout.Container

BeginContainer() публичный статический Метод

public static BeginContainer ( this helper, object>.IDictionary htmlAttributes ) : Container
helper this
htmlAttributes object>.IDictionary
Результат TwitterBootstrapHelpers.Layout.Container

BeginContainer() публичный статический Метод

public static BeginContainer ( this helper, object htmlAttributes ) : Container
helper this
htmlAttributes object
Результат TwitterBootstrapHelpers.Layout.Container

BeginFluidContainer() публичный статический Метод

public static BeginFluidContainer ( this helper ) : Container
helper this
Результат TwitterBootstrapHelpers.Layout.Container

BeginFluidContainer() публичный статический Метод

public static BeginFluidContainer ( this helper, object>.IDictionary htmlAttributes ) : Container
helper this
htmlAttributes object>.IDictionary
Результат TwitterBootstrapHelpers.Layout.Container

BeginFluidContainer() публичный статический Метод

public static BeginFluidContainer ( this helper, object htmlAttributes ) : Container
helper this
htmlAttributes object
Результат TwitterBootstrapHelpers.Layout.Container