AuthenticationServiceManager.Path 属性

定义

获取或设置身份验证服务的路径。

public:
 property System::String ^ Path { System::String ^ get(); void set(System::String ^ value); };
public string Path { get; set; }
member this.Path : string with get, set
Public Property Path As String

属性值

自定义身份验证 Web 服务的路径。

例外

在控件层次结构中设置了多个唯一路径。

注解

Path如果未设置 属性,则返回值为 String.Empty。 在这种情况下,ASP.NET 中的 AJAX 功能将使用与以下内部默认路径对应的内置身份验证 Web 服务:~/ScriptServices_AuthenticationService.asmx。 如果设置为 Path 空值或 null,则会发生相同的行为。

Path可以在 控件或关联ScriptManagerProxy控件中指定ScriptManager。 当 PathScriptManagerProxy 级别上设置 时,以下注意事项适用:

  • 如果控制层次结构中有多个代理, Path 则不必在每个代理实例上设置。

  • 如果在 Path 代理实例上显式设置 ,则对于显式设置此属性的所有其他代理,该值必须相同。

适用于