Click or drag to resize
GetVaryByCustomStringHandlerStartEvent Method (HttpContext, String)
Initiates the event handling

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 8.2.23
Syntax
C#
public GetVaryByCustomStringEventArgs StartEvent(
	HttpContext context,
	string custom
)

Parameters

context
Type: System.WebHttpContext
custom
Type: SystemString

Return Value

Type: GetVaryByCustomStringEventArgs
See Also