The RazorFunction type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | RazorFunction | Initializes a new instance of the RazorFunction class |
Properties
Name | Description | |
---|---|---|
![]() | FunctionDescription |
Gets the function description. Override this to make a custom description.
|
![]() | FunctionReturnType |
Gets the return type. By default this is XhtmlDocument (html). Override this to set another return type, like string or XElement.
|