OutboundMatch.TemplateBinder Property
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.
Gets or sets the TemplateBinder.
public:
property Microsoft::AspNetCore::Routing::Template::TemplateBinder ^ TemplateBinder { Microsoft::AspNetCore::Routing::Template::TemplateBinder ^ get(); void set(Microsoft::AspNetCore::Routing::Template::TemplateBinder ^ value); };
public Microsoft.AspNetCore.Routing.Template.TemplateBinder TemplateBinder { get; set; }
member this.TemplateBinder : Microsoft.AspNetCore.Routing.Template.TemplateBinder with get, set
Public Property TemplateBinder As TemplateBinder