SourceLocationTracker.UpdateLocation Method (String)
This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Updates the location of the source.
Namespace: System.Web.Razor.Text
Assembly: System.Web.Razor (in System.Web.Razor.dll)
Syntax
'Declaration
Public Function UpdateLocation ( _
content As String _
) As SourceLocationTracker
'Usage
Dim instance As SourceLocationTracker
Dim content As String
Dim returnValue As SourceLocationTracker
returnValue = instance.UpdateLocation(content)
public SourceLocationTracker UpdateLocation(
string content
)
public:
SourceLocationTracker^ UpdateLocation(
String^ content
)
member UpdateLocation :
content:string -> SourceLocationTracker
public function UpdateLocation(
content : String
) : SourceLocationTracker
Parameters
- content
Type: System.String
The content of the source.
Return Value
Type: System.Web.Razor.Text.SourceLocationTracker
The SourceLocationTracker object.