Not
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets the writer that is used to render the master page.
Namespace: System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
Syntax
'Declaration
Public ReadOnly Property Writer As HtmlTextWriter
Get
public HtmlTextWriter Writer { get; }
public:
property HtmlTextWriter^ Writer {
HtmlTextWriter^ get ();
}
Property Value
Type: System.Web.UI.HtmlTextWriter
The writer that is used to render the master page.