Megosztás a következőn keresztül:


TextChange.Normalize Method

Definition

Removes a common prefix from the edit to turn IntelliSense replacements into insertions where possible

public:
 Microsoft::AspNetCore::Razor::Text::TextChange Normalize();
public Microsoft.AspNetCore.Razor.Text.TextChange Normalize ();
member this.Normalize : unit -> Microsoft.AspNetCore.Razor.Text.TextChange
Public Function Normalize () As TextChange

Returns

A normalized text change

Applies to