Method | Description | |
---|---|---|
JsonView ( |
Initializes a new instance of the JsonView class.
|
|
Render ( System.Web.Mvc.ViewContext viewContext, |
Renders the meta view of the view associated with the specified viewContext and writer.
|
public JsonView ( |
||
viewInfo | The meta view associated with this view. | |
wrapped | IView | The actual view that this meta view wraps. |
return | System |
public Render ( System.Web.Mvc.ViewContext viewContext, |
||
viewContext | System.Web.Mvc.ViewContext | The view context. |
writer | The writer to write to. | |
return | void |