共用方式為


IWithSourceControl<FluentT> 介面

定義

允許設定原始檔控制的 Web 應用程式定義階段。

public interface IWithSourceControl<FluentT>
type IWithSourceControl<'FluentT> = interface
Public Interface IWithSourceControl(Of FluentT)

類型參數

FluentT

資源類型。

衍生

方法

DefineSourceControl()

啟動新原始檔控制的定義。

WithLocalGitSourceControl()

指定要在 Web 應用程式上成為本機 Git 存放庫的原始檔控制。

適用於