Class ResponseRenderingTarget
Renders into HttpResponse object
Inheritance
System.Object
    ResponseRenderingTarget
  Implements
Inherited Members
      System.Object.Equals(System.Object)
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.GetHashCode()
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
    
      System.Object.ToString()
    
  Namespace: NFX.Wave.Templatization
Assembly: NFX.Wave.dll
Syntax
public class ResponseRenderingTarget : IRenderingTarget
  Constructors
ResponseRenderingTarget(WorkContext)
Declaration
public ResponseRenderingTarget(WorkContext work)
  Parameters
| Type | Name | Description | 
|---|---|---|
| WorkContext | work | 
Fields
Context
Returns HttpContext for current request
Declaration
public readonly WorkContext Context
  Field Value
| Type | Description | 
|---|---|
| WorkContext | 
Response
Returns Response object for WorkContext
Declaration
public readonly Response Response
  Field Value
| Type | Description | 
|---|---|
| Response | 
Methods
Encode(Object)
Declaration
public object Encode(object value)
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.Object | value | 
Returns
| Type | Description | 
|---|---|
| System.Object | 
Flush()
Declaration
public void Flush()
  Write(Object)
Declaration
public void Write(object value)
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.Object | value |