Share via


WebHttpBehavior.DefaultBodyStyle Property

Microsoft Silverlight will reach end of support after October 2021. Learn more.

Gets and sets the default message body style.

Namespace:  System.ServiceModel.Description
Assembly:  System.ServiceModel.Web.Extensions (in System.ServiceModel.Web.Extensions.dll)

Syntax

'Declaration
Public Overridable Property DefaultBodyStyle As WebMessageBodyStyle
public virtual WebMessageBodyStyle DefaultBodyStyle { get; set; }

Property Value

Type: System.ServiceModel.Web.WebMessageBodyStyle
One of the values defined in the WebMessageBodyStyle enumeration.

Remarks

If the WebGetAttribute or WebInvokeAttribute does not explicitly set the WebMessageBodyStyle property, the value this property sets is used as the body style for the operation. The default value of this default-setting property is Bare.

Version Information

Silverlight

Supported in: 5, 4

Platforms

For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.