In This Topic
Adds specified metadata property to be written as HTML meta.
Syntax
'Declaration
Public Sub AddMetadata( _
ByVal As String, _
ByVal As String _
)
public void AddMetadata(
string ,
string
)
Parameters
- name
- The property name.
- value
- The property value.
See Also