HelperResult Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |