DefaultPdfLiteSessionProviderAddSession Method |
Namespace:
RadPdf.Lite
Assembly:
RadPdfStandard (in RadPdfStandard.dll) Version: 4.0.0.0 (4.0.0.0)
Syntaxpublic override string AddSession(
HttpContext context,
PdfLiteSession session
)
Public Overrides Function AddSession (
context As HttpContext,
session As PdfLiteSession
) As String
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