Table of Contents

Method Map

Namespace
Sisk.Core.Http.Hosting
Assembly
Sisk.Core.dll

Map<T>()

Associates the parameters received in the service configuration to a managed object.

public T Map<T>() where T : new()

Returns

T

Type Parameters

T

The type of the managed object that will have the service parameters mapped.