Click or drag to resize
WebSHostMapHttpRoute Method
Include a route to the configuration

Namespace: DrawerBackup.Native.Server.WebS
Assembly: DrawerBackup.Native (in DrawerBackup.Native.dll) Version: 0.0.1.1 (0.0.1.1)
Syntax
public void MapHttpRoute(
	string name,
	string routeTemplate,
	Object defaults
)

Parameters

name
Type: SystemString
routeTemplate
Type: SystemString
defaults
Type: SystemObject
See Also