Click or drag to resize

builderForLogEnhancedclose Method (String)

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Dodaje HTML zatvaranje taga -- zatvara poslednji koji je otvoren

Namespace:  imbACE.Core.core.diagnostic
Assembly:  imbACE.Core (in imbACE.Core.dll) Version: 0.2
Syntax
C#
public override tagBlock close(
	string tag = "none"
)
Request Example View Source

Parameters

tag (Optional)
Type: SystemString

Return Value

Type: tagBlock

Implements

ITabLevelControler.close(String)
ITabLevelControler.close(String)
ITabLevelControler.close(String)
Remarks
Ako je prosledjeni tag none onda zatvara poslednji tag koji je otvoren.
See Also