Click or drag to resize

DefaultPdfLiteSessionProviderAddSession Method

Adds a new PdfLiteSession to the provider.

Namespace:  RadPdf.Lite
Assembly:  RadPdfStandard (in RadPdfStandard.dll) Version: 4.0.0.0 (4.0.0.0)
Syntax
public override string AddSession(
	HttpContext context,
	PdfLiteSession session
)

Parameters

context
Type: Microsoft.AspNetCore.HttpHttpContext
The current HttpContext for the provider request.
session
Type: RadPdf.LitePdfLiteSession
PdfLiteSession to be added to the provider.

Return Value

Type: String

A cryptographically strong key which can be used to retrive this PdfLiteSession from the ASP.NET Session State.

See Also