|
|
private static bool TryDeserializeStandardWebEventArgs(string eventName, string eventArgsJson, [NotNullWhen(true)] out EventArgs? eventArgs)
|
|
private static bool TryDeserializeStandardWebEventArgs(string eventName, string eventArgsJson, [NotNullWhen(true)] out EventArgs? eventArgs)
|
|
|
// For back-compatibility, we recognize the built-in list of web event names and hard-code
|
|
// For back-compatibility, we recognize the built-in list of web event names and hard-code
|