Namespace: Cartella.Models
Assembly: CartellaDomainModels (in CartellaDomainModels.dll) Version: 4.1.0.171 (4.1.0.171)
or .
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