Esempio n. 1
0
 /// <summary>
 /// Gets the value of the <see cref="AspNetCoreMessageProperty"/>.
 /// </summary>
 /// <param name="properties"></param>
 /// <returns></returns>
 public static AspNetCoreMessageProperty GetValue(MessageProperties properties)
 {
     return(properties.GetValue <AspNetCoreMessageProperty>(Name));
 }