HelperResult Class

Definition

Caution

This type is for internal use only and will be removed in a future version.

Represents a deferred write operation in a BaseView.

public ref class HelperResult
public class HelperResult
[System.Obsolete("This type is for internal use only and will be removed in a future version.")]
public class HelperResult
type HelperResult = class
[<System.Obsolete("This type is for internal use only and will be removed in a future version.")>]
type HelperResult = class
Public Class HelperResult
Inheritance
HelperResult
Attributes

Constructors

HelperResult(Action<TextWriter>)

Creates a new instance of HelperResult.

Properties

WriteAction

Methods

WriteTo(TextWriter)

Method invoked to produce content from the HelperResult.

Applies to