Dynamicweb 8 Documentation
Arguments Property

Gets the arguments parsed into a Generic.List(Of Object) with one entry for each argument seperated with comma.
Syntax
'Declaration
 
Public ReadOnly Property Arguments As List(Of Object)
public List<object> Arguments {get;}

Property Value

A Generic.List(Of Object) containing the values from the arguments. The values are not trimmed, so 'arg1, arg2' would create to items in list, 'arg1' and ' arg2'
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

TagExtensionMethod Class
TagExtensionMethod Members

Send Feedback