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
파일 보기 프로젝트 열기: michael-lang/candor-common 1 사용 예제들

공개 메소드들

메소드 설명
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