SourceLocationTracker.UpdateLocation Method
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.
Overloads
UpdateLocation(String) | |
UpdateLocation(Char, Char) |
UpdateLocation(String)
public:
Microsoft::AspNetCore::Razor::Text::SourceLocationTracker ^ UpdateLocation(System::String ^ content);
public Microsoft.AspNetCore.Razor.Text.SourceLocationTracker UpdateLocation (string content);
member this.UpdateLocation : string -> Microsoft.AspNetCore.Razor.Text.SourceLocationTracker
Public Function UpdateLocation (content As String) As SourceLocationTracker
Parameters
- content
- String
Returns
Applies to
UpdateLocation(Char, Char)
public:
void UpdateLocation(char characterRead, char nextCharacter);
public void UpdateLocation (char characterRead, char nextCharacter);
member this.UpdateLocation : char * char -> unit
Public Sub UpdateLocation (characterRead As Char, nextCharacter As Char)
Parameters
- characterRead
- Char
- nextCharacter
- Char