Post processes the tags in the tagObjectMappingCollection to allow users to have their own tags in the content.

Namespace: MonoSoftware.MonoX
Assembly: MonoX (in MonoX.dll) Version: 5.1.40.5065 (5.1.40.5065)

Syntax

C#
public virtual void AddCustomTags(
	Hashtable tagObjectMappingCollection,
	string tagKey
)
Visual Basic
Public Overridable Sub AddCustomTags ( 
	tagObjectMappingCollection As Hashtable,
	tagKey As String
)
Visual C++
public:
virtual void AddCustomTags(
	Hashtable^ tagObjectMappingCollection, 
	String^ tagKey
)
F#
abstract AddCustomTags : 
        tagObjectMappingCollection : Hashtable * 
        tagKey : string -> unit 
override AddCustomTags : 
        tagObjectMappingCollection : Hashtable * 
        tagKey : string -> unit 

Parameters

tagObjectMappingCollection
Type: System.Collections..::..Hashtable
Tag/Object mapping where tag is replaced with given object
tagKey
Type: System..::..String
Custom tag key in the tagObjectMappingCollection

See Also