私が書く場合:
<Place Parts_Autoroute_Edit="-"/>
次に、AutoroutePartDriver でコーディングします
// reset the alias if we need to force regeneration, and the user didn't provide a custom one
if(settings.AutomaticAdjustmentOnEdit && previous == part.DisplayAlias) {
part.DisplayAlias = string.Empty;
}
は実行されず、パスは再生成されません。
回避できますか?「パーマリンク」や「ホームページに設定」機能を表示させたくない。