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 Object WriteWithoutCache( this HtmlHelper html, Func<HttpContextBase, string> cacheSubstitutionCallback, bool htmlEncode ) |
Visual Basic |
---|
<ExtensionAttribute> _ Public Shared Function WriteWithoutCache ( _ html As HtmlHelper, _ cacheSubstitutionCallback As Func(Of HttpContextBase, String), _ htmlEncode As Boolean _ ) As Object |
Visual C++ |
---|
[ExtensionAttribute] public: static Object^ WriteWithoutCache( HtmlHelper^ html, Func<HttpContextBase^, String^>^ cacheSubstitutionCallback, bool htmlEncode ) |
Parameters
- html
- Type: HtmlHelper
- cacheSubstitutionCallback
- Type: System..::..Func<(Of <(<'HttpContextBase, String>)>)>
- htmlEncode
- Type: System..::..Boolean