TemplatePart Constructors
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
TemplatePart() |
Constructs a new TemplatePart instance. |
TemplatePart(RoutePatternPart) |
Constructs a new TemplatePart instance given a |
TemplatePart()
- Source:
- TemplatePart.cs
- Source:
- TemplatePart.cs
- Source:
- TemplatePart.cs
Constructs a new TemplatePart instance.
public:
TemplatePart();
public TemplatePart ();
Public Sub New ()
Applies to
TemplatePart(RoutePatternPart)
- Source:
- TemplatePart.cs
- Source:
- TemplatePart.cs
Constructs a new TemplatePart instance given a other
.
public:
TemplatePart(Microsoft::AspNetCore::Routing::Patterns::RoutePatternPart ^ other);
public TemplatePart (Microsoft.AspNetCore.Routing.Patterns.RoutePatternPart other);
new Microsoft.AspNetCore.Routing.Template.TemplatePart : Microsoft.AspNetCore.Routing.Patterns.RoutePatternPart -> Microsoft.AspNetCore.Routing.Template.TemplatePart
Public Sub New (other As RoutePatternPart)
Parameters
- other
- RoutePatternPart
A RoutePatternPart instance representing the route part.