  | MetaAdd Method (String, String) | 
 Note: This API is now obsolete.
 
    Namespace: 
   Dynamicweb.Frontend
    Assembly:
   Dynamicweb (in Dynamicweb.dll) Version: 9.12.0
Syntax[ObsoleteAttribute("Use AddTag instead.")]
public void Add(
	string name,
	string content
)<ObsoleteAttribute("Use AddTag instead.")>
Public Sub Add ( 
	name As String,
	content As String
)Parameters
- name
 - Type: SystemString
 - content
 - Type: SystemString
 
See Also