Builds routing for any WebContract definitions which have been specified in the given assembly

Namespace:  Mindscape.LightSpeed.Web.Routing
Assembly:  Mindscape.LightSpeed.Web (in Mindscape.LightSpeed.Web.dll)
Version: 4.0.1000.1 (4.0.0.0)

Syntax

C#
public static bool BuildFromAssembly(
	Assembly assembly
)
Visual Basic (Declaration)
Public Shared Function BuildFromAssembly ( _
	assembly As Assembly _
) As Boolean

Parameters

assembly
Type: System.Reflection..::.Assembly
The assembly which contains the WebContract definitions.

Return Value

true if the routing was successfully built else false

See Also