HelperResult(Action<TextWriter>) Constructor

Definition

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

public HelperResult (Action<System.IO.TextWriter> action);
new System.Web.WebPages.HelperResult : Action<System.IO.TextWriter> -> System.Web.WebPages.HelperResult
Public Sub New (action As Action(Of TextWriter))

Parameters

action
Action<TextWriter>

Applies to