![]() |
WebUtilsPrepWebData Method |
Furcadia Framework For Third Party Programs |
This stuff is still in the planning stages. Any questions or Comments are welcome.
Assembly: FurcadiaLib (in FurcadiaLib.dll) Version: 2.19.PreAlpha 42
[This is preliminary documentation and is subject to change.]
[Missing <summary> documentation for "M:Furcadia.Net.Web.WebUtils.PrepWebData(System.Collections.Generic.List{Furcadia.Net.Web.IVariable})"]
Namespace: Furcadia.Net.Web
Assembly: FurcadiaLib (in FurcadiaLib.dll) Version: 2.19.PreAlpha 42
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
[Missing <param name="list"/> documentation for "M:Furcadia.Net.Web.WebUtils.PrepWebData(System.Collections.Generic.List{Furcadia.Net.Web.IVariable})"]
Return Value
Type: String[Missing <returns> documentation for "M:Furcadia.Net.Web.WebUtils.PrepWebData(System.Collections.Generic.List{Furcadia.Net.Web.IVariable})"]
See Also