次の方法で共有


TemplateSegment.ToRoutePatternPathSegment メソッド

定義

テンプレート セグメントの を RoutePatternPathSegment 返します。

public:
 Microsoft::AspNetCore::Routing::Patterns::RoutePatternPathSegment ^ ToRoutePatternPathSegment();
public Microsoft.AspNetCore.Routing.Patterns.RoutePatternPathSegment ToRoutePatternPathSegment ();
member this.ToRoutePatternPathSegment : unit -> Microsoft.AspNetCore.Routing.Patterns.RoutePatternPathSegment
Public Function ToRoutePatternPathSegment () As RoutePatternPathSegment

戻り値

RoutePatternPathSegment のインスタンス。

適用対象