HelperResult Constructor
This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Namespace: System.Web.WebPages
Assembly: System.Web.WebPages (in System.Web.WebPages.dll)
Syntax
'Declaration
Public Sub New ( _
action As Action(Of TextWriter) _
)
'Usage
Dim action As Action(Of TextWriter)
Dim instance As New HelperResult(action)
public HelperResult(
Action<TextWriter> action
)
public:
HelperResult(
Action<TextWriter^>^ action
)
new :
action:Action<TextWriter> -> HelperResult
public function HelperResult(
action : Action<TextWriter>
)
Parameters
- action
Type: System.Action<TextWriter>