Furcadia Framework For Third Party Programs
WebUtilsPrepWebData Method |
[This is preliminary documentation and is subject to change.]
Preps the web data.
Namespace: Furcadia.Net.Web
Assembly: FurcadiaLib (in FurcadiaLib.dll) Version: 2.19.PreAlpha 44
Syntax
public static string PrepWebData( List<IVariable> list )
Public Shared Function PrepWebData ( list As List(Of IVariable) ) As String Dim list As List(Of IVariable) Dim returnValue As String returnValue = WebUtils.PrepWebData(list)
public: static String^ PrepWebData( List<IVariable^>^ list )
static member PrepWebData : list : List<IVariable> -> string
Parameters
- list
- Type: System.Collections.GenericListIVariable
The list.
Return Value
Type: String[Missing <returns> documentation for "M:Furcadia.Net.Web.WebUtils.PrepWebData(System.Collections.Generic.List{Furcadia.Net.Web.IVariable})"]
See Also