BundleResponse.Content Property

Gets or sets the content of the bundle which is sent as the response body.

Namespace:  System.Web.Optimization
Assembly:  System.Web.Optimization (in System.Web.Optimization.dll)

Syntax

'Declaration
Public Property Content As String 
    Get 
    Set
'Usage
Dim instance As BundleResponse 
Dim value As String 

value = instance.Content

instance.Content = value
public string Content { get; set; }
public:
property String^ Content {
    String^ get ();
    void set (String^ value);
}
member Content : string with get, set
function get Content () : String 
function set Content (value : String)

Property Value

Type: System.String
The content of the bundle.

See Also

Reference

BundleResponse Class

System.Web.Optimization Namespace