diff --git a/src/Dapr.AspNetCore/CloudEventsMiddlewareOptions.cs b/src/Dapr.AspNetCore/CloudEventsMiddlewareOptions.cs index f520936e9..0692fed74 100644 --- a/src/Dapr.AspNetCore/CloudEventsMiddlewareOptions.cs +++ b/src/Dapr.AspNetCore/CloudEventsMiddlewareOptions.cs @@ -40,6 +40,11 @@ public class CloudEventsMiddlewareOptions /// /// /// Setting this property to true will forward the CloudEvent properties as Request Headers in the following format. + /// + /// + /// Property names will always be prefixed with 'Cloudevent.' and lower case. + /// + /// /// ie. A CloudEvent property "type": "Example.Type" will be added as "Cloudevent.type": "Example.Type" request header. /// ///