WebResponseObject.RawContent Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or protected sets the full response content.
public: property System::String ^ RawContent { public:
System::String ^ get(); protected:
void set(System::String ^ value); };
public: property Platform::String ^ RawContent { public:
Platform::String ^ get(); protected:
void set(Platform::String ^ value); };
public string RawContent { get; protected set; }
[System.Runtime.CompilerServices.Nullable(2)]
public string? RawContent { [System.Runtime.CompilerServices.NullableContext(2)] get; protected [System.Runtime.CompilerServices.NullableContext(2)] set; }
member this.RawContent : string with get, set
[<System.Runtime.CompilerServices.Nullable(2)>]
[<get: System.Runtime.CompilerServices.NullableContext(2)>]
[<set: System.Runtime.CompilerServices.NullableContext(2)>]
member this.RawContent : string with get, set
Public Property RawContent As String
Property Value
Full response content, including the HTTP status line, headers, and body.
- Attributes