Click or drag to resize

imbStringBuilderBaseclose Method (String)

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

Namespace:  imbSCI.Core.reporting.render.core
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
public virtual tagBlock close(
	string tag = "none"
)
Request Example View Source

Parameters

tag (Optional)
Type: SystemString

Return Value

Type: tagBlock

Implements

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