TextChange.NewText Property
This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Gets or sets the text that replaced the old text.
Namespace: System.Web.Razor.Text
Assembly: System.Web.Razor (in System.Web.Razor.dll)
Syntax
'Declaration
Public ReadOnly Property NewText As String
Get
'Usage
Dim instance As TextChange
Dim value As String
value = instance.NewText
public string NewText { get; }
public:
property String^ NewText {
String^ get ();
}
member NewText : string
function get NewText () : String
Property Value
Type: System.String
The text that replaced the old text.