Namespace: Cartella.Models
Assembly: CartellaDomainModels (in CartellaDomainModels.dll) Version: 4.1.0.171 (4.1.0.171)

Syntax

C#
public static void Write(
	this HtmlHelper html,
	string contentToWrite,
	bool htmlEncode
)
Visual Basic
<ExtensionAttribute> _
Public Shared Sub Write ( _
	html As HtmlHelper, _
	contentToWrite As String, _
	htmlEncode As Boolean _
)
Visual C++
[ExtensionAttribute]
public:
static void Write(
	HtmlHelper^ html, 
	String^ contentToWrite, 
	bool htmlEncode
)

Parameters

html
Type: HtmlHelper
contentToWrite
Type: System..::..String
htmlEncode
Type: System..::..Boolean

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type HtmlHelper. When you use instance method syntax to call this method, omit the first parameter. For more information, see or .

See Also