NbRestRequestSetUrlSegmentNoEscape Method |
URLセグメントを設定する(設定値にエスケープ処理をしない)。
パスの {name} プレースホルダの部分が置換される。
呼び元で引数にnullを設定しないようにすること。
Namespace: Nec.Nebula.InternalAssembly: Nec.Nebula.Core (in Nec.Nebula.Core.dll) Version: 7.0.0.0 (7.0.0.0)
Syntax public NbRestRequest SetUrlSegmentNoEscape(
string name,
string value
)
Public Function SetUrlSegmentNoEscape (
name As String,
value As String
) As NbRestRequest
public:
NbRestRequest^ SetUrlSegmentNoEscape(
String^ name,
String^ value
)
member SetUrlSegmentNoEscape :
name : string *
value : string -> NbRestRequest
Parameters
- name
- Type: SystemString
セグメント名 - value
- Type: SystemString
プレースホルダに設定する値
Return Value
Type:
NbRestRequestthis
Version Information Core
Supported in: 1.0
See Also