C# Класс Candor.Web.Mvc.MvcTag

Defines any type of tag that can be used in a using statement which will automatically close itself at the end of the using block (on Dispose).
Наследование: IDisposable
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
Dispose ( ) : void

Disposes the tag instance by closing it.

EndTag ( ) : void

Ends the tag by disposing this instance.

MvcTag ( System.Web.Mvc.ViewContext viewContext, string tagName ) : System

Instantiates a new instance.

Защищенные методы

Метод Описание
Dispose ( bool disposing ) : void

Disposes the tag instance by closing it.

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

Метод Описание
MvcTag ( System.Web.HttpResponseBase httpResponse ) : System

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

Dispose() публичный Метод

Disposes the tag instance by closing it.
public Dispose ( ) : void
Результат void

Dispose() защищенный Метод

Disposes the tag instance by closing it.
protected Dispose ( bool disposing ) : void
disposing bool
Результат void

EndTag() публичный Метод

Ends the tag by disposing this instance.
public EndTag ( ) : void
Результат void

MvcTag() публичный Метод

Instantiates a new instance.
public MvcTag ( System.Web.Mvc.ViewContext viewContext, string tagName ) : System
viewContext System.Web.Mvc.ViewContext
tagName string
Результат System