If the request contains the ParamGraph parameter, the parameter value is used for updating the graph instance currently stored in the session.

Namespace: yWorks.yFiles.Graph.Web
Assembly: yFilesServer (in yFilesServer.dll) Version: 1.8.0.0 (1.8)

Syntax

C#
public virtual bool ReadGraph(
	HttpRequest request,
	IGraph graph
)
Visual Basic
Public Overridable Function ReadGraph ( _
	request As HttpRequest, _
	graph As IGraph _
) As Boolean

Parameters

request
Type: System.Web..::..HttpRequest
The http request
graph
Type: IGraph
The graph to read the result in.

Return Value

Whether the request contained a graph that was read.

See Also