Poznámka
Přístup k této stránce vyžaduje autorizaci. Můžete se zkusit přihlásit nebo změnit adresáře.
Přístup k této stránce vyžaduje autorizaci. Můžete zkusit změnit adresáře.
Renders the specified view context by using the specified the writer object.
Namespace: System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
'Declaration
Sub Render ( _
viewContext As ViewContext, _
writer As TextWriter _
)
void Render(
ViewContext viewContext,
TextWriter writer
)
void Render(
ViewContext^ viewContext,
TextWriter^ writer
)
- viewContext
Type: System.Web.Mvc.ViewContext
The view context.
- writer
Type: System.IO.TextWriter
The writer object.