AuthenticationServiceManager.Path 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置身份验证服务的路径。
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。 当 Path 在 ScriptManagerProxy 级别上设置 时,以下注意事项适用: