Candor.Web.Mvc.MvcTag.Dispose C# (CSharp) Method

Dispose() public method

Disposes the tag instance by closing it.
public Dispose ( ) : void
return void
        public void Dispose()
        {
            Dispose(true /* disposing */);
            GC.SuppressFinalize(this);
        }

Same methods

MvcTag::Dispose ( bool disposing ) : void