M_Furcadia_Net_Web_WebUtils_PrepWebData - StarShip-Avalon-Projects/FurcadiaFramework GitHub Wiki

WebUtils.PrepWebData Method

This stuff is still in the planning stages. Any questions or Comments are welcome. [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 43

Syntax

C#

public static string PrepWebData(
	List<IVariable> list
)

VB

Public Shared Function PrepWebData ( 
	list As List(Of IVariable)
) As String

VB Usage

Dim list As List(Of IVariable)
Dim returnValue As String

returnValue = WebUtils.PrepWebData(list)

C++

public:
static String^ PrepWebData(
	List<IVariable^>^ list
)

F#

static member PrepWebData : 
        list : List<IVariable> -> string 

Parameters

 

list
Type: System.Collections.Generic.List(IVariable)
The list.

Return Value

Type: String
[Missing documentation for "M:Furcadia.Net.Web.WebUtils.PrepWebData(System.Collections.Generic.List{Furcadia.Net.Web.IVariable})"]

See Also

Reference

WebUtils Class
Furcadia.Net.Web Namespace

⚠️ **GitHub.com Fallback** ⚠️