| TemplateSetTag Method (String, String, String, String) |
Namespace:
Dynamicweb.Rendering
Assembly:
Dynamicweb (in Dynamicweb.dll) Version: 9.12.0
Syntax public void SetTag(
string name,
string value,
string xmlAttributeName,
string xmlAttributeValue
)
Public Sub SetTag (
name As String,
value As String,
xmlAttributeName As String,
xmlAttributeValue As String
)
Parameters
- name
- Type: SystemString
- value
- Type: SystemString
- xmlAttributeName
- Type: SystemString
- xmlAttributeValue
- Type: SystemString
See Also