TemplatePart.CreateLiteral(String) 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.
Create a TemplatePart representing a literal route part.
public:
static Microsoft::AspNetCore::Routing::Template::TemplatePart ^ CreateLiteral(System::String ^ text);
public static Microsoft.AspNetCore.Routing.Template.TemplatePart CreateLiteral (string text);
static member CreateLiteral : string -> Microsoft.AspNetCore.Routing.Template.TemplatePart
Public Shared Function CreateLiteral (text As String) As TemplatePart
Parameters
- text
- String
The text of the literate route part.
Returns
A TemplatePart instance.